#206201

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

Shades of Myrtle #206201

Tints of Myrtle #206201

Color information

#206201 (or 0x206201) is unknown color: approx Myrtle. HEX triplet: 20, 62 and 01. RGB value is (32,98,1). Sum of RGB (Red+Green+Blue) = 32+98+1=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #206201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206201 is #DF9DFE. Grayscale: #434343. Windows color (decimal): -14654975 or 90656. OLE color: 90656.

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

Color convert

RGB32981-
CMYK0.6700.990.62
HSL100.82º97.98%19.41%-
HSV(B)100.82º98.98%38.43%-
XYZ4.979.041.51-
YUV67.2190.63102.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.43%
GREEN value IS 98 (38.67% from 255) = 74.81%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=24.43%
G=74.81%
B=0.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal329810.6700.990.62100.8297.9819.41
Hex20621430633E656213
Octal40142110301437614514223
Binary100000110001011000011011000111111101100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206201; }

 p { color: rgb(32,98,1); }

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

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

 a { background-color: rgb(32,98,1); }

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

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

 span { border-color: rgb(32,98,1); }

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