#094331

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

Shades of British Racing Green #094331

Tints of British Racing Green #094331

Color information

#094331 (or 0x094331) is unknown color: approx British Racing Green. HEX triplet: 09, 43 and 31. RGB value is (9,67,49). Sum of RGB (Red+Green+Blue) = 9+67+49=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #094331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094331 is #F6BCCE. Grayscale: #2F2F2F. Windows color (decimal): -16170191 or 3228425. OLE color: 3228425.

HSL color Cylindrical-coordinate representation of color #094331: hue angle of 161.38º 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 #094331 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB96749-
CMYK0.8700.270.74
HSL161.38º76.32%14.9%-
HSV(B)161.38º86.57%26.27%-
XYZ2.674.293.59-
YUV47.61128.78100.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 67 (26.56% from 255) = 53.6%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=7.2%
G=53.6%
B=39.2%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal967490.8700.270.74161.3876.3214.9
Hex943315701B4Aa14cf
Octal111036112703311224111417
Binary10011000011110001101011101101110010101010000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094331; }

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

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

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

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

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

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

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

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