#064518

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

Shades of Deep Fir #064518

Tints of Deep Fir #064518

Color information

#064518 (or 0x064518) is unknown color: approx Deep Fir. HEX triplet: 06, 45 and 18. RGB value is (6,69,24). Sum of RGB (Red+Green+Blue) = 6+69+24=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 69 (27.34% from 255 or 69.70% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 69 - color contains mainly: green. Hex color #064518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064518 is #F9BAE7. Grayscale: #2D2D2D. Windows color (decimal): -16366312 or 1590534. OLE color: 1590534.

HSL color Cylindrical-coordinate representation of color #064518: hue angle of 137.14º 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 #064518 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB66924-
CMYK0.9100.650.73
HSL137.14º84%14.71%-
HSV(B)137.14º91.3%27.06%-
XYZ2.374.361.58-
YUV45.03116.13100.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 69 (27.34% from 255) = 69.70%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=6.06%
G=69.70%
B=24.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal669240.9100.650.73137.148414.71
Hex645185B041498954f
Octal610530133010111121112417
Binary11010001011100010110110100000110010011000100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064518; }

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

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

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

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

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

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

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

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