#064B04

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

Shades of Myrtle #064B04

Tints of Myrtle #064B04

Color information

#064B04 (or 0x064B04) is unknown color: approx Myrtle. HEX triplet: 06, 4B and 04. RGB value is (6,75,4). Sum of RGB (Red+Green+Blue) = 6+75+4=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 75 (29.69% from 255 or 88.24% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 75 - color contains mainly: green. Hex color #064B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B04 is #F9B4FB. Grayscale: #2E2E2E. Windows color (decimal): -16364796 or 281350. OLE color: 281350.

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

Color convert

RGB6754-
CMYK0.9200.950.71
HSL118.31º89.87%15.49%-
HSV(B)118.31º94.67%29.41%-
XYZ2.615.080.96-
YUV46.28104.1499.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 75 (29.69% from 255) = 88.24%
BLUE value IS 4 (1.95% from 255) = 4.71%
R=7.06%
G=88.24%
B=4.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal67540.9200.950.71118.3189.8715.49
Hex64B45C05F47765af
Octal61134134013710716613217
Binary11010010111001011100010111111000111111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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