#09491B

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

Shades of Deep Fir #09491B

Tints of Deep Fir #09491B

Color information

#09491B (or 0x09491B) is unknown color: approx Deep Fir. HEX triplet: 09, 49 and 1B. RGB value is (9,73,27). Sum of RGB (Red+Green+Blue) = 9+73+27=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #09491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09491B is #F6B6E4. Grayscale: #303030. Windows color (decimal): -16168677 or 1788169. OLE color: 1788169.

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

Color convert

RGB97327-
CMYK0.8800.630.71
HSL136.88º78.05%16.08%-
HSV(B)136.88º87.67%28.63%-
XYZ2.694.91.84-
YUV48.62115.899.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 73 (28.91% from 255) = 66.97%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=8.26%
G=66.97%
B=24.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973270.8800.630.71136.8878.0516.08
Hex9491B5803F47894e10
Octal111113313007710721111620
Binary100110010011101110110000111111100011110001001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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