#064101

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

Shades of Myrtle #064101

Tints of Myrtle #064101

Color information

#064101 (or 0x064101) is unknown color: approx Myrtle. HEX triplet: 06, 41 and 01. RGB value is (6,65,1). Sum of RGB (Red+Green+Blue) = 6+65+1=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 65 (25.78% from 255 or 90.28% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 65 - color contains mainly: green. Hex color #064101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064101 is #F9BEFE. Grayscale: #282828. Windows color (decimal): -16367359 or 82182. OLE color: 82182.

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

Color convert

RGB6651-
CMYK0.9100.980.75
HSL115.31º96.97%12.94%-
HSV(B)115.31º98.46%25.49%-
XYZ1.973.820.66-
YUV40.06105.95103.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 65 (25.78% from 255) = 90.28%
BLUE value IS 1 (0.78% from 255) = 1.39%
R=8.33%
G=90.28%
B=1.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal66510.9100.980.75115.3196.9712.94
Hex64115B0624B7361d
Octal61011133014211316314115
Binary110100000111011011011000101001011111001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064101; }

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

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

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

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

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

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

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

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