#205D1D

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

Shades of Myrtle #205D1D

Tints of Myrtle #205D1D

Color information

#205D1D (or 0x205D1D) is unknown color: approx Myrtle. HEX triplet: 20, 5D and 1D. RGB value is (32,93,29). Sum of RGB (Red+Green+Blue) = 32+93+29=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 93 (36.72% from 255 or 60.39% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 93 - color contains mainly: green. Hex color #205D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D1D is #DFA2E2. Grayscale: #434343. Windows color (decimal): -14656227 or 1924384. OLE color: 1924384.

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

Color convert

RGB329329-
CMYK0.6600.690.64
HSL117.19º52.46%23.92%-
HSV(B)117.19º68.82%36.47%-
XYZ4.738.222.5-
YUV67.46106.29102.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.78%
GREEN value IS 93 (36.72% from 255) = 60.39%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=20.78%
G=60.39%
B=18.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293290.6600.690.64117.1952.4623.92
Hex205D1D4204540753418
Octal401353510201051001656430
Binary1000001011101111011000010010001011000000111010111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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