#064516

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

Shades of Deep Fir #064516

Tints of Deep Fir #064516

Color information

#064516 (or 0x064516) is unknown color: approx Deep Fir. HEX triplet: 06, 45 and 16. RGB value is (6,69,22). Sum of RGB (Red+Green+Blue) = 6+69+22=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 69 (27.34% from 255 or 71.13% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 69 - color contains mainly: green. Hex color #064516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064516 is #F9BAE9. Grayscale: #2C2C2C. Windows color (decimal): -16366314 or 1459462. OLE color: 1459462.

HSL color Cylindrical-coordinate representation of color #064516: hue angle of 135.24º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064516 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB66922-
CMYK0.9100.680.73
HSL135.24º84%14.71%-
HSV(B)135.24º91.3%27.06%-
XYZ2.354.351.48-
YUV44.8115.13100.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 69 (27.34% from 255) = 71.13%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=6.19%
G=71.13%
B=22.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669220.9100.680.73135.248414.71
Hex645165B044498754f
Octal610526133010411120712417
Binary11010001011011010110110100010010010011000011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064516; }

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

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

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

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

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

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

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

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