Html Css Color HEX #09491B Deep Fir

📋 copy color: '#09491B'

red 9 ◦ green 73 ◦ blue 27

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

Shades of Deep Fir #09491B

Tints of Deep Fir #09491B

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

 M value IS 0

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

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

RGB 9 73 27 -
CMYK 0.88 0 0.63 0.71
HSL 136.88º 0.78% 0.16% -
HSV(B) 136.88º 0.88% 0.29% -
XYZ 2.69 4.9 1.84 -
YUV 48.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 9 73 27 0.88 0 0.63 0.71 136.88 0.78 0.16
Hex 9 49 1B 58 0 3F 47 89 4E 10
Octal 11 111 33 130 0 77 107 211 116 20
Binary 1001 1001001 11011 1011000 0 111111 1000111 10001001 1001110 10000

Color Harmonies of #09491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09491B

Black with #09491B

Text Example


Text Example

White with #09491B

Text Example


Text Example

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