#064814

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

Shades of Deep Fir #064814

Tints of Deep Fir #064814

Color information

#064814 (or 0x064814) is unknown color: approx Deep Fir. HEX triplet: 06, 48 and 14. RGB value is (6,72,20). Sum of RGB (Red+Green+Blue) = 6+72+20=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 72 (28.52% from 255 or 73.47% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 72 - color contains mainly: green. Hex color #064814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064814 is #F9B7EB. Grayscale: #2E2E2E. Windows color (decimal): -16365548 or 1329158. OLE color: 1329158.

HSL color Cylindrical-coordinate representation of color #064814: hue angle of 132.73º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064814 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB67220-
CMYK0.9200.720.72
HSL132.73º84.62%15.29%-
HSV(B)132.73º91.67%28.24%-
XYZ2.524.721.44-
YUV46.34113.1399.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 72 (28.52% from 255) = 73.47%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=6.12%
G=73.47%
B=20.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal672200.9200.720.72132.7384.6215.29
Hex648145C048488555f
Octal611024134011011020512517
Binary11010010001010010111000100100010010001000010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064814; }

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

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

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

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

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

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

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

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