Html Css Color HEX #094216 Deep Fir

📋 copy color: '#094216'

red 9 ◦ green 66 ◦ blue 22

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

Shades of Deep Fir #094216

Tints of Deep Fir #094216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 68.04%

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

R = 9.28%
G = 68.04%
B = 22.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#094216 (or 0x094216) is known color: Deep Fir. HEX triplet: 09, 42 and 16. RGB value is (9,66,22). Sum of RGB (Red+Green+Blue) = 9+66+22=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #094216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094216 is #F6BDE9. Grayscale: #2C2C2C. Windows color (decimal): -16170474 or 1458697. OLE color: 1458697.

HSL color Cylindrical-coordinate representation of color #094216: hue angle of 133.68º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094216 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 22 -
CMYK 0.86 0 0.67 0.74
HSL 133.68º 0.76% 0.15% -
HSV(B) 133.68º 0.86% 0.26% -
XYZ 2.21 4.01 1.42 -
YUV 43.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 9 66 22 0.86 0 0.67 0.74 133.68 0.76 0.15
Hex 9 42 16 56 0 43 4A 86 4C F
Octal 11 102 26 126 0 103 112 206 114 17
Binary 1001 1000010 10110 1010110 0 1000011 1001010 10000110 1001100 1111

Color Harmonies of #094216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094216

Black with #094216

Text Example


Text Example

White with #094216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094216; }

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

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

background-color css

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

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

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

border-color css

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

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

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