#064A03

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

Shades of Myrtle #064A03

Tints of Myrtle #064A03

Color information

#064A03 (or 0x064A03) is unknown color: approx Myrtle. HEX triplet: 06, 4A and 03. RGB value is (6,74,3). Sum of RGB (Red+Green+Blue) = 6+74+3=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 74 (29.30% from 255 or 89.16% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 74 - color contains mainly: green. Hex color #064A03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064A03 is #F9B5FC. Grayscale: #2D2D2D. Windows color (decimal): -16365053 or 215558. OLE color: 215558.

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

Color convert

RGB6743-
CMYK0.9200.960.71
HSL117.46º92.21%15.1%-
HSV(B)117.46º95.95%29.02%-
XYZ2.544.940.91-
YUV45.57103.9799.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 74 (29.30% from 255) = 89.16%
BLUE value IS 3 (1.56% from 255) = 3.61%
R=7.23%
G=89.16%
B=3.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal67430.9200.960.71117.4692.2115.1
Hex64A35C06047755cf
Octal61123134014010716513417
Binary1101001010111011100011000001000111111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,74,3); }

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

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

 a { background-color: rgb(6,74,3); }

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

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

 span { border-color: rgb(6,74,3); }

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