#204D00

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

Shades of Myrtle #204D00

Tints of Myrtle #204D00

Color information

#204D00 (or 0x204D00) is unknown color: approx Myrtle. HEX triplet: 20, 4D and 00. RGB value is (32,77,0). Sum of RGB (Red+Green+Blue) = 32+77+0=109 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.36% from 109); Green value is 77 (30.47% from 255 or 70.64% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 77 - color contains mainly: green. Hex color #204D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #204D00 is #DFB2FF. Grayscale: #373737. Windows color (decimal): -14660352 or 19744. OLE color: 19744.

HSL color Cylindrical-coordinate representation of color #204D00: hue angle of 95.06º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #204D00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB32770-
CMYK0.58010.70
HSL95.06º100%15.1%-
HSV(B)95.06º100%30.2%-
XYZ3.255.610.91-
YUV54.7797.09111.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.36%
GREEN value IS 77 (30.47% from 255) = 70.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.36%
G=70.64%
B=0%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal327700.58010.7095.0610015.1
Hex204D03A064465f64f
Octal40115072014410613714417
Binary10000010011010111010011001001000110101111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204D00; }

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

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

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

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

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

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

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

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