#064002

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

Shades of Myrtle #064002

Tints of Myrtle #064002

Color information

#064002 (or 0x064002) is unknown color: approx Myrtle. HEX triplet: 06, 40 and 02. RGB value is (6,64,2). Sum of RGB (Red+Green+Blue) = 6+64+2=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 64 (25.39% from 255 or 88.89% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 64 - color contains mainly: green. Hex color #064002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064002 is #F9BFFD. Grayscale: #272727. Windows color (decimal): -16367614 or 147462. OLE color: 147462.

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

Color convert

RGB6642-
CMYK0.9100.970.75
HSL116.13º93.94%12.94%-
HSV(B)116.13º96.88%25.1%-
XYZ1.923.710.67-
YUV39.59106.78104.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 64 (25.39% from 255) = 88.89%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=8.33%
G=88.89%
B=2.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal66420.9100.970.75116.1393.9412.94
Hex64025B0614B745ed
Octal61002133014111316413615
Binary1101000000101011011011000011001011111010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064002; }

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

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

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

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

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

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

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

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