#064D17

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

Shades of Deep Fir #064D17

Tints of Deep Fir #064D17

Color information

#064D17 (or 0x064D17) is unknown color: approx Deep Fir. HEX triplet: 06, 4D and 17. RGB value is (6,77,23). Sum of RGB (Red+Green+Blue) = 6+77+23=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 77 (30.47% from 255 or 72.64% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 77 - color contains mainly: green. Hex color #064D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D17 is #F9B2E8. Grayscale: #313131. Windows color (decimal): -16364265 or 1527046. OLE color: 1527046.

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

Color convert

RGB67723-
CMYK0.9200.700.70
HSL134.37º85.54%16.27%-
HSV(B)134.37º92.21%30.2%-
XYZ2.885.411.7-
YUV49.61112.9896.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 77 (30.47% from 255) = 72.64%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=5.66%
G=72.64%
B=21.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal677230.9200.700.70134.3785.5416.27
Hex64D175C04646865610
Octal611527134010610620612620
Binary110100110110111101110001000110100011010000110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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