#064B0D

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

Shades of Myrtle #064B0D

Tints of Myrtle #064B0D

Color information

#064B0D (or 0x064B0D) is unknown color: approx Myrtle. HEX triplet: 06, 4B and 0D. RGB value is (6,75,13). Sum of RGB (Red+Green+Blue) = 6+75+13=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 75 (29.69% from 255 or 79.79% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 75 - color contains mainly: green. Hex color #064B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B0D is #F9B4F2. Grayscale: #2F2F2F. Windows color (decimal): -16364787 or 871174. OLE color: 871174.

HSL color Cylindrical-coordinate representation of color #064B0D: hue angle of 126.09º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B0D is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB67513-
CMYK0.9200.830.71
HSL126.09º85.19%15.88%-
HSV(B)126.09º92%29.41%-
XYZ2.665.11.22-
YUV47.3108.6498.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 75 (29.69% from 255) = 79.79%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=6.38%
G=79.79%
B=13.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675130.9200.830.71126.0985.1915.88
Hex64BD5C053477e5510
Octal611315134012310717612520
Binary1101001011110110111000101001110001111111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064B0D; }

 p { color: rgb(6,75,13); }

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

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

 a { background-color: rgb(6,75,13); }

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

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

 span { border-color: rgb(6,75,13); }

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