#084219

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

Shades of Deep Fir #084219

Tints of Deep Fir #084219

Color information

#084219 (or 0x084219) is unknown color: approx Deep Fir. HEX triplet: 08, 42 and 19. RGB value is (8,66,25). Sum of RGB (Red+Green+Blue) = 8+66+25=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #084219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084219 is #F7BDE6. Grayscale: #2C2C2C. Windows color (decimal): -16236007 or 1655304. OLE color: 1655304.

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

Color convert

RGB86625-
CMYK0.8800.620.74
HSL137.59º78.38%14.51%-
HSV(B)137.59º87.88%25.88%-
XYZ2.224.021.58-
YUV43.98117.28102.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 66 (26.17% from 255) = 66.67%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=8.08%
G=66.67%
B=25.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal866250.8800.620.74137.5978.3814.51
Hex842195803E4A8a4ef
Octal101023113007611221211617
Binary10001000010110011011000011111010010101000101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084219; }

 p { color: rgb(8,66,25); }

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

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

 a { background-color: rgb(8,66,25); }

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

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

 span { border-color: rgb(8,66,25); }

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