#09491E

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

Shades of British Racing Green #09491E

Tints of British Racing Green #09491E

Color information

#09491E (or 0x09491E) is unknown color: approx British Racing Green. HEX triplet: 09, 49 and 1E. RGB value is (9,73,30). Sum of RGB (Red+Green+Blue) = 9+73+30=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 73 (28.91% from 255 or 65.18% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 73 - color contains mainly: green. Hex color #09491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09491E is #F6B6E1. Grayscale: #313131. Windows color (decimal): -16168674 or 1984777. OLE color: 1984777.

HSL color Cylindrical-coordinate representation of color #09491E: hue angle of 139.69º 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 #09491E is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB97330-
CMYK0.8800.590.71
HSL139.69º78.05%16.08%-
HSV(B)139.69º87.67%28.63%-
XYZ2.734.922.03-
YUV48.96117.399.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 73 (28.91% from 255) = 65.18%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=8.04%
G=65.18%
B=26.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973300.8800.590.71139.6978.0516.08
Hex9491E5803B478c4e10
Octal111113613007310721411620
Binary100110010011111010110000111011100011110001100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09491E; }

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

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

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

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

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

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

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

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