Html Css Color HEX #094416 Deep Fir

📋 copy color: '#094416'

red 9 ◦ green 68 ◦ blue 22

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

Shades of Deep Fir #094416

Tints of Deep Fir #094416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 68.69%

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

R = 9.09%
G = 68.69%
B = 22.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.68

 K value IS 0.73

RGB Variations

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

Color information

#094416 (or 0x094416) is known color: Deep Fir. HEX triplet: 09, 44 and 16. RGB value is (9,68,22). Sum of RGB (Red+Green+Blue) = 9+68+22=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 68 (26.95% from 255 or 68.69% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 68 - color contains mainly: green. Hex color #094416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094416 is #F6BBE9. Grayscale: #2D2D2D. Windows color (decimal): -16169962 or 1459209. OLE color: 1459209.

HSL color Cylindrical-coordinate representation of color #094416: hue angle of 133.22º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094416 is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 68 22 -
CMYK 0.87 0 0.68 0.73
HSL 133.22º 0.77% 0.15% -
HSV(B) 133.22º 0.87% 0.27% -
XYZ 2.32 4.25 1.46 -
YUV 45.12 114.95 102.24 -
System Red Green Blue C M Y K H S L
Decimal 9 68 22 0.87 0 0.68 0.73 133.22 0.77 0.15
Hex 9 44 16 57 0 44 49 85 4D F
Octal 11 104 26 127 0 104 111 205 115 17
Binary 1001 1000100 10110 1010111 0 1000100 1001001 10000101 1001101 1111

Color Harmonies of #094416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094416

Black with #094416

Text Example


Text Example

White with #094416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094416; }

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

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

background-color css

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

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

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

border-color css

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

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

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