#205D14

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

Shades of Myrtle #205D14

Tints of Myrtle #205D14

Color information

#205D14 (or 0x205D14) is unknown color: approx Myrtle. HEX triplet: 20, 5D and 14. RGB value is (32,93,20). Sum of RGB (Red+Green+Blue) = 32+93+20=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 93 (36.72% from 255 or 64.14% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 93 - color contains mainly: green. Hex color #205D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205D14 is #DFA2EB. Grayscale: #424242. Windows color (decimal): -14656236 or 1334560. OLE color: 1334560.

HSL color Cylindrical-coordinate representation of color #205D14: hue angle of 110.14º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #205D14 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB329320-
CMYK0.6600.780.64
HSL110.14º64.6%22.16%-
HSV(B)110.14º78.49%36.47%-
XYZ4.648.192-
YUV66.44101.79103.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 93 (36.72% from 255) = 64.14%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=22.07%
G=64.14%
B=13.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293200.6600.780.64110.1464.622.16
Hex205D144204E406e4116
Octal4013524102011610015610126
Binary10000010111011010010000100100111010000001101110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205D14; }

 p { color: rgb(32,93,20); }

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

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

 a { background-color: rgb(32,93,20); }

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

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

 span { border-color: rgb(32,93,20); }

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