#094631

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

Shades of British Racing Green #094631

Tints of British Racing Green #094631

Color information

#094631 (or 0x094631) is unknown color: approx British Racing Green. HEX triplet: 09, 46 and 31. RGB value is (9,70,49). Sum of RGB (Red+Green+Blue) = 9+70+49=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 70 (27.73% from 255 or 54.69% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 70 - color contains mainly: green. Hex color #094631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094631 is #F6B9CE. Grayscale: #313131. Windows color (decimal): -16169423 or 3229193. OLE color: 3229193.

HSL color Cylindrical-coordinate representation of color #094631: hue angle of 159.34º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094631 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB97049-
CMYK0.8700.300.73
HSL159.34º77.22%15.49%-
HSV(B)159.34º87.14%27.45%-
XYZ2.864.663.65-
YUV49.37127.7999.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 70 (27.73% from 255) = 54.69%
BLUE value IS 49 (19.53% from 255) = 38.28%
R=7.03%
G=54.69%
B=38.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal970490.8700.300.73159.3477.2215.49
Hex946315701E499f4df
Octal111066112703611123711517
Binary10011000110110001101011101111010010011001111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094631; }

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

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

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

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

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

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

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

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