#206300

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

Shades of Myrtle #206300

Tints of Myrtle #206300

Color information

#206300 (or 0x206300) is unknown color: approx Myrtle. HEX triplet: 20, 63 and 00. RGB value is (32,99,0). Sum of RGB (Red+Green+Blue) = 32+99+0=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 99 (39.06% from 255 or 75.57% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 99 - color contains mainly: green. Hex color #206300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206300 is #DF9CFF. Grayscale: #444444. Windows color (decimal): -14654720 or 25376. OLE color: 25376.

HSL color Cylindrical-coordinate representation of color #206300: hue angle of 100.61º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #206300 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB32990-
CMYK0.68010.61
HSL100.61º100%19.41%-
HSV(B)100.61º100%38.82%-
XYZ5.069.231.52-
YUV67.6889.8102.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.43%
GREEN value IS 99 (39.06% from 255) = 75.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.43%
G=75.57%
B=0%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal329900.68010.61100.6110019.41
Hex20630440643D656413
Octal40143010401447514514423
Binary100000110001101000100011001001111011100101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206300; }

 p { color: rgb(32,99,0); }

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

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

 a { background-color: rgb(32,99,0); }

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

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

 span { border-color: rgb(32,99,0); }

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