#094B31

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

Shades of British Racing Green #094B31

Tints of British Racing Green #094B31

Color information

#094B31 (or 0x094B31) is unknown color: approx British Racing Green. HEX triplet: 09, 4B and 31. RGB value is (9,75,49). Sum of RGB (Red+Green+Blue) = 9+75+49=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 75 (29.69% from 255 or 56.39% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 75 - color contains mainly: green. Hex color #094B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B31 is #F6B4CE. Grayscale: #343434. Windows color (decimal): -16168143 or 3230473. OLE color: 3230473.

HSL color Cylindrical-coordinate representation of color #094B31: hue angle of 156.36º degrees, saturation: 0.79, 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 #094B31 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB97549-
CMYK0.8800.350.71
HSL156.36º78.57%16.47%-
HSV(B)156.36º88%29.41%-
XYZ3.185.313.76-
YUV52.3126.1397.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 75 (29.69% from 255) = 56.39%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=6.77%
G=56.39%
B=36.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal975490.8800.350.71156.3678.5716.47
Hex94B3158023479c4f10
Octal111136113004310723411720
Binary1001100101111000110110000100011100011110011100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094B31; }

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

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

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

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

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

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

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

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