#094932

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

Shades of British Racing Green #094932

Tints of British Racing Green #094932

Color information

#094932 (or 0x094932) is unknown color: approx British Racing Green. HEX triplet: 09, 49 and 32. RGB value is (9,73,50). Sum of RGB (Red+Green+Blue) = 9+73+50=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #094932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094932 is #F6B6CD. Grayscale: #333333. Windows color (decimal): -16168654 or 3295497. OLE color: 3295497.

HSL color Cylindrical-coordinate representation of color #094932: hue angle of 158.44º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094932 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB97350-
CMYK0.8800.320.71
HSL158.44º78.05%16.08%-
HSV(B)158.44º87.67%28.63%-
XYZ3.075.053.83-
YUV51.24127.397.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 73 (28.91% from 255) = 55.30%
BLUE value IS 50 (19.92% from 255) = 37.88%
R=6.82%
G=55.30%
B=37.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973500.8800.320.71158.4478.0516.08
Hex9493258020479e4e10
Octal111116213004010723611620
Binary1001100100111001010110000100000100011110011110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094932; }

 p { color: rgb(9,73,50); }

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

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

 a { background-color: rgb(9,73,50); }

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

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

 span { border-color: rgb(9,73,50); }

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