#094416

Color #094416 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #094416

Tints of Deep Fir #094416

Color information

#094416 (or 0x094416) is unknown color: approx 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

RGB96822-
CMYK0.8700.680.73
HSL133.22º76.62%15.1%-
HSV(B)133.22º86.76%26.67%-
XYZ2.324.251.46-
YUV45.12114.95102.24-

RGB Variations

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

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 (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968220.8700.680.73133.2276.6215.1
Hex944165704449854df
Octal1110426127010411120511517
Binary100110001001011010101110100010010010011000010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>