#064302

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

Shades of Myrtle #064302

Tints of Myrtle #064302

Color information

#064302 (or 0x064302) is unknown color: approx Myrtle. HEX triplet: 06, 43 and 02. RGB value is (6,67,2). Sum of RGB (Red+Green+Blue) = 6+67+2=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 67 (26.56% from 255 or 89.33% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 67 - color contains mainly: green. Hex color #064302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064302 is #F9BCFD. Grayscale: #292929. Windows color (decimal): -16366846 or 148230. OLE color: 148230.

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

Color convert

RGB6672-
CMYK0.9100.970.74
HSL116.31º94.2%13.53%-
HSV(B)116.31º97.01%26.27%-
XYZ2.094.060.73-
YUV41.35105.79102.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8%
GREEN value IS 67 (26.56% from 255) = 89.33%
BLUE value IS 2 (1.17% from 255) = 2.67%
R=8%
G=89.33%
B=2.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66720.9100.970.74116.3194.213.53
Hex64325B0614A745ee
Octal61032133014111216413616
Binary1101000011101011011011000011001010111010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064302; }

 p { color: rgb(6,67,2); }

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

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

 a { background-color: rgb(6,67,2); }

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

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

 span { border-color: rgb(6,67,2); }

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