#206013

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

Shades of Myrtle #206013

Tints of Myrtle #206013

Color information

#206013 (or 0x206013) is unknown color: approx Myrtle. HEX triplet: 20, 60 and 13. RGB value is (32,96,19). Sum of RGB (Red+Green+Blue) = 32+96+19=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #206013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206013 is #DF9FEC. Grayscale: #444444. Windows color (decimal): -14655469 or 1269792. OLE color: 1269792.

HSL color Cylindrical-coordinate representation of color #206013: hue angle of 109.87º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #206013 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB329619-
CMYK0.6700.800.62
HSL109.87º66.96%22.55%-
HSV(B)109.87º80.21%37.65%-
XYZ4.98.722.04-
YUV68.09100.3102.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 96 (37.89% from 255) = 65.31%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=21.77%
G=65.31%
B=12.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296190.6700.800.62109.8766.9622.55
Hex206013430503E6e4317
Octal401402310301207615610327
Binary1000001100000100111000011010100001111101101110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206013; }

 p { color: rgb(32,96,19); }

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

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

 a { background-color: rgb(32,96,19); }

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

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

 span { border-color: rgb(32,96,19); }

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