#064005

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

Shades of Myrtle #064005

Tints of Myrtle #064005

Color information

#064005 (or 0x064005) is unknown color: approx Myrtle. HEX triplet: 06, 40 and 05. RGB value is (6,64,5). Sum of RGB (Red+Green+Blue) = 6+64+5=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 64 (25.39% from 255 or 85.33% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 64 - color contains mainly: green. Hex color #064005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064005 is #F9BFFA. Grayscale: #282828. Windows color (decimal): -16367611 or 344070. OLE color: 344070.

HSL color Cylindrical-coordinate representation of color #064005: hue angle of 118.98º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064005 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB6645-
CMYK0.9100.920.75
HSL118.98º85.51%13.53%-
HSV(B)118.98º92.19%25.1%-
XYZ1.943.720.76-
YUV39.93108.28103.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8%
GREEN value IS 64 (25.39% from 255) = 85.33%
BLUE value IS 5 (2.34% from 255) = 6.67%
R=8%
G=85.33%
B=6.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal66450.9100.920.75118.9885.5113.53
Hex64055B05C4B7756e
Octal61005133013411316712616
Binary11010000001011011011010111001001011111011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064005; }

 p { color: rgb(6,64,5); }

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

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

 a { background-color: rgb(6,64,5); }

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

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

 span { border-color: rgb(6,64,5); }

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