#094322

Color #094322 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #094322

Tints of British Racing Green #094322

Color information

#094322 (or 0x094322) is unknown color: approx British Racing Green. HEX triplet: 09, 43 and 22. RGB value is (9,67,34). Sum of RGB (Red+Green+Blue) = 9+67+34=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 67 (26.56% from 255 or 60.91% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 67 - color contains mainly: green. Hex color #094322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094322 is #F6BCDD. Grayscale: #2D2D2D. Windows color (decimal): -16170206 or 2245385. OLE color: 2245385.

HSL color Cylindrical-coordinate representation of color #094322: hue angle of 145.86º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094322 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB96734-
CMYK0.8700.490.74
HSL145.86º76.32%14.9%-
HSV(B)145.86º86.57%26.27%-
XYZ2.414.192.19-
YUV45.9121.28101.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 67 (26.56% from 255) = 60.91%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=8.18%
G=60.91%
B=30.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal967340.8700.490.74145.8676.3214.9
Hex94322570314A924cf
Octal111034212706111222211417
Binary100110000111000101010111011000110010101001001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094322; }

 p { color: rgb(9,67,34); }

 H1.HeaderClassName
 {
   color: #094322;
 }
 .AnyTagClassName
 {
   color: #094322;
 }
</style>
background-color css

<style>
 a { background-color: #094322; }

 a { background-color: rgb(9,67,34); }

 div.DivClassName
 {
   background-color: #094322;
 }
 .BgClassName
 {
   background-color: #094322;
 }
</style>
border-color css

<style>
 span { border-color: #094322; }

 span { border-color: rgb(9,67,34); }

 td.TdClassName
 {
   border-color: #094322;
 }
 .TagClassName
 {
   border-color: #094322;
 }
</style>