#064201

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

Shades of Myrtle #064201

Tints of Myrtle #064201

Color information

#064201 (or 0x064201) is unknown color: approx Myrtle. HEX triplet: 06, 42 and 01. RGB value is (6,66,1). Sum of RGB (Red+Green+Blue) = 6+66+1=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 66 (26.17% from 255 or 90.41% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 66 - color contains mainly: green. Hex color #064201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064201 is #F9BDFE. Grayscale: #282828. Windows color (decimal): -16367103 or 82438. OLE color: 82438.

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

Color convert

RGB6661-
CMYK0.9100.980.74
HSL115.38º97.01%13.14%-
HSV(B)115.38º98.48%25.88%-
XYZ2.033.940.68-
YUV40.65105.62103.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.22%
GREEN value IS 66 (26.17% from 255) = 90.41%
BLUE value IS 1 (0.78% from 255) = 1.37%
R=8.22%
G=90.41%
B=1.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66610.9100.980.74115.3897.0113.14
Hex64215B0624A7361d
Octal61021133014211216314115
Binary110100001011011011011000101001010111001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064201; }

 p { color: rgb(6,66,1); }

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

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

 a { background-color: rgb(6,66,1); }

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

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

 span { border-color: rgb(6,66,1); }

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