#084814

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

Shades of Deep Fir #084814

Tints of Deep Fir #084814

Color information

#084814 (or 0x084814) is unknown color: approx Deep Fir. HEX triplet: 08, 48 and 14. RGB value is (8,72,20). Sum of RGB (Red+Green+Blue) = 8+72+20=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 72 (28.52% from 255 or 72% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 72 - color contains mainly: green. Hex color #084814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084814 is #F7B7EB. Grayscale: #2F2F2F. Windows color (decimal): -16234476 or 1329160. OLE color: 1329160.

HSL color Cylindrical-coordinate representation of color #084814: hue angle of 131.25º 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 #084814 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB87220-
CMYK0.8900.720.72
HSL131.25º80%15.69%-
HSV(B)131.25º88.89%28.24%-
XYZ2.544.741.44-
YUV46.94112.8100.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 72 (28.52% from 255) = 72%
BLUE value IS 20 (8.20% from 255) = 20%
R=8%
G=72%
B=20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal872200.8900.720.72131.258015.69
Hex848145904848835010
Octal1011024131011011020312020
Binary1000100100010100101100101001000100100010000011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084814; }

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

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

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

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

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

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

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

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