#064D16

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

Shades of Deep Fir #064D16

Tints of Deep Fir #064D16

Color information

#064D16 (or 0x064D16) is unknown color: approx Deep Fir. HEX triplet: 06, 4D and 16. RGB value is (6,77,22). Sum of RGB (Red+Green+Blue) = 6+77+22=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 77 (30.47% from 255 or 73.33% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 77 - color contains mainly: green. Hex color #064D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D16 is #F9B2E9. Grayscale: #313131. Windows color (decimal): -16364266 or 1461510. OLE color: 1461510.

HSL color Cylindrical-coordinate representation of color #064D16: hue angle of 133.52º 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 #064D16 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB67722-
CMYK0.9200.710.70
HSL133.52º85.54%16.27%-
HSV(B)133.52º92.21%30.2%-
XYZ2.875.41.65-
YUV49.5112.4896.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 77 (30.47% from 255) = 73.33%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=5.71%
G=73.33%
B=20.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677220.9200.710.70133.5285.5416.27
Hex64D165C04746865610
Octal611526134010710620612620
Binary110100110110110101110001000111100011010000110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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