Html Css Color HEX #09491D Deep Fir

📋 copy color: '#09491D'

red 9 ◦ green 73 ◦ blue 29

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

Shades of Deep Fir #09491D

Tints of Deep Fir #09491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.13%

R = 8.11%
G = 65.77%
B = 26.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#09491D (or 0x09491D) is known color: Deep Fir. HEX triplet: 09, 49 and 1D. RGB value is (9,73,29). Sum of RGB (Red+Green+Blue) = 9+73+29=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 73 (28.91% from 255 or 65.77% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 73 - color contains mainly: green. Hex color #09491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09491D is #F6B6E2. Grayscale: #303030. Windows color (decimal): -16168675 or 1919241. OLE color: 1919241.

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

Color convert

RGB 9 73 29 -
CMYK 0.88 0 0.60 0.71
HSL 138.75º 0.78% 0.16% -
HSV(B) 138.75º 0.88% 0.29% -
XYZ 2.72 4.91 1.97 -
YUV 48.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 9 73 29 0.88 0 0.60 0.71 138.75 0.78 0.16
Hex 9 49 1D 58 0 3C 47 8B 4E 10
Octal 11 111 35 130 0 74 107 213 116 20
Binary 1001 1001001 11101 1011000 0 111100 1000111 10001011 1001110 10000

Color Harmonies of #09491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09491D

Black with #09491D

Text Example


Text Example

White with #09491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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