Html Css Color HEX #09491C Deep Fir

📋 copy color: '#09491C'

red 9 ◦ green 73 ◦ blue 28

#09491C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #09491C

Tints of Deep Fir #09491C

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 value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#09491C (or 0x09491C) is known color: 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

RGB 9 73 28 -
CMYK 0.88 0 0.62 0.71
HSL 137.81º 0.78% 0.16% -
HSV(B) 137.81º 0.88% 0.29% -
XYZ 2.7 4.91 1.9 -
YUV 48.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 9 73 28 0.88 0 0.62 0.71 137.81 0.78 0.16
Hex 9 49 1C 58 0 3E 47 8A 4E 10
Octal 11 111 34 130 0 76 107 212 116 20
Binary 1001 1001001 11100 1011000 0 111110 1000111 10001010 1001110 10000

Color Harmonies of #09491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09491C

Black with #09491C

Text Example


Text Example

White with #09491C

Text Example


Text Example

HTML Codes & Css Web 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>