Html Css Color HEX #09491A Deep Fir

📋 copy color: '#09491A'

red 9 ◦ green 73 ◦ blue 26

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

Shades of Deep Fir #09491A

Tints of Deep Fir #09491A

RGB

 RED value IS 9 (3.91% from 255) = 8.33%

 GREEN value IS 73 (28.91% from 255) = 67.59%

 BLUE value IS 26 (10.55% from 255) = 24.07%

R = 8.33%
G = 67.59%
B = 24.07%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#09491A (or 0x09491A) is known color: Deep Fir. HEX triplet: 09, 49 and 1A. RGB value is (9,73,26). Sum of RGB (Red+Green+Blue) = 9+73+26=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 73 (28.91% from 255 or 67.59% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 73 - color contains mainly: green. Hex color #09491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09491A is #F6B6E5. Grayscale: #303030. Windows color (decimal): -16168678 or 1722633. OLE color: 1722633.

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

Color convert

RGB 9 73 26 -
CMYK 0.88 0 0.64 0.71
HSL 135.94º 0.78% 0.16% -
HSV(B) 135.94º 0.88% 0.29% -
XYZ 2.68 4.9 1.78 -
YUV 48.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 9 73 26 0.88 0 0.64 0.71 135.94 0.78 0.16
Hex 9 49 1A 58 0 40 47 88 4E 10
Octal 11 111 32 130 0 100 107 210 116 20
Binary 1001 1001001 11010 1011000 0 1000000 1000111 10001000 1001110 10000

Color Harmonies of #09491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09491A

Black with #09491A

Text Example


Text Example

White with #09491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09491A;
 }
 .AnyTagClassName
 {
   color: #09491A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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