#084816

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

Shades of Deep Fir #084816

Tints of Deep Fir #084816

Color information

#084816 (or 0x084816) is unknown color: approx Deep Fir. HEX triplet: 08, 48 and 16. RGB value is (8,72,22). Sum of RGB (Red+Green+Blue) = 8+72+22=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #084816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084816 is #F7B7E9. Grayscale: #2F2F2F. Windows color (decimal): -16234474 or 1460232. OLE color: 1460232.

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

Color convert

RGB87222-
CMYK0.8900.690.72
HSL133.12º80%15.69%-
HSV(B)133.12º88.89%28.24%-
XYZ2.564.741.54-
YUV47.16113.8100.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.84%
GREEN value IS 72 (28.52% from 255) = 70.59%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=7.84%
G=70.59%
B=21.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal872220.8900.690.72133.128015.69
Hex848165904548855010
Octal1011026131010511020512020
Binary1000100100010110101100101000101100100010000101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084816; }

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

 H1.HeaderClassName
 {
   color: #084816;
 }
 .AnyTagClassName
 {
   color: #084816;
 }
</style>
background-color css

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

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

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

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

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

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