Html Css Color HEX #094816 Deep Fir

📋 copy color: '#094816'

red 9 ◦ green 72 ◦ blue 22

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

Shades of Deep Fir #094816

Tints of Deep Fir #094816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 69.9%

 BLUE value IS 22 (8.98% from 255) = 21.36%

R = 8.74%
G = 69.9%
B = 21.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#094816 (or 0x094816) is known color: Deep Fir. HEX triplet: 09, 48 and 16. RGB value is (9,72,22). Sum of RGB (Red+Green+Blue) = 9+72+22=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #094816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094816 is #F6B7E9. Grayscale: #2F2F2F. Windows color (decimal): -16168938 or 1460233. OLE color: 1460233.

HSL color Cylindrical-coordinate representation of color #094816: hue angle of 132.38º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094816 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 22 -
CMYK 0.88 0 0.69 0.72
HSL 132.38º 0.78% 0.16% -
HSV(B) 132.38º 0.88% 0.28% -
XYZ 2.57 4.75 1.54 -
YUV 47.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 9 72 22 0.88 0 0.69 0.72 132.38 0.78 0.16
Hex 9 48 16 58 0 45 48 84 4E 10
Octal 11 110 26 130 0 105 110 204 116 20
Binary 1001 1001000 10110 1011000 0 1000101 1001000 10000100 1001110 10000

Color Harmonies of #094816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094816

Black with #094816

Text Example


Text Example

White with #094816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094816; }

 p { color: rgb(9,72,22); }

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

background-color css

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

 a { background-color: rgb(9,72,22); }

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

border-color css

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

 span { border-color: rgb(9,72,22); }

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