#064d14

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

Shades of Deep Fir #064D14

Tints of Deep Fir #064D14

Color information

#064D14 (or 0x064D14) is unknown color: approx Deep Fir. HEX triplet: 06, 4D and 14. RGB value is (6,77,20). Sum of RGB (Red+Green+Blue) = 6+77+20=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 77 (30.47% from 255 or 74.76% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 77 - color contains mainly: green. Hex color #064D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D14 is #F9B2EB. Grayscale: #313131. Windows color (decimal): -16364268 or 1330438. OLE color: 1330438.

HSL color Cylindrical-coordinate representation of color #064D14: hue angle of 131.83º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D14 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB67720-
CMYK0.9200.740.70
HSL131.83º85.54%16.27%-
HSV(B)131.83º92.21%30.2%-
XYZ2.865.41.55-
YUV49.27111.4897.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 77 (30.47% from 255) = 74.76%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=5.83%
G=74.76%
B=19.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677200.9200.740.70131.8385.5416.27
Hex64D145C04A46845610
Octal611524134011210620412620
Binary110100110110100101110001001010100011010000100101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064d14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064d14; }

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

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

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

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

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

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

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

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