#09491C

Color #09491C Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #09491C

Tints of Deep Fir #09491C

Color information

#09491C (or 0x09491C) is unknown color: approx Deep Fir. HEX triplet: 09, 49 and 1C. RGB value is (9,73,28). Sum of RGB (Red+Green+Blue) = 9+73+28=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #09491C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09491C is #F6B6E3. Grayscale: #303030. Windows color (decimal): -16168676 or 1853705. OLE color: 1853705.

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

Color convert

RGB97328-
CMYK0.8800.620.71
HSL137.81º78.05%16.08%-
HSV(B)137.81º87.67%28.63%-
XYZ2.74.911.9-
YUV48.73116.399.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 73 (28.91% from 255) = 66.36%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=8.18%
G=66.36%
B=25.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973280.8800.620.71137.8178.0516.08
Hex9491C5803E478a4e10
Octal111113413007610721211620
Binary100110010011110010110000111110100011110001010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09491C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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