#205515

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

Shades of Myrtle #205515

Tints of Myrtle #205515

Color information

#205515 (or 0x205515) is unknown color: approx Myrtle. HEX triplet: 20, 55 and 15. RGB value is (32,85,21). Sum of RGB (Red+Green+Blue) = 32+85+21=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #205515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205515 is #DFAAEA. Grayscale: #3E3E3E. Windows color (decimal): -14658283 or 1398048. OLE color: 1398048.

HSL color Cylindrical-coordinate representation of color #205515: hue angle of 109.69º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #205515 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB328521-
CMYK0.6200.750.67
HSL109.69º60.38%20.78%-
HSV(B)109.69º75.29%33.33%-
XYZ3.986.861.82-
YUV61.86104.94106.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.19%
GREEN value IS 85 (33.59% from 255) = 61.59%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=23.19%
G=61.59%
B=15.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3285210.6200.750.67109.6960.3820.78
Hex2055153E04B436e3c15
Octal40125257601131031567425
Binary100000101010110101111110010010111000011110111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205515; }

 p { color: rgb(32,85,21); }

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

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

 a { background-color: rgb(32,85,21); }

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

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

 span { border-color: rgb(32,85,21); }

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