#215518

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

Shades of Myrtle #215518

Tints of Myrtle #215518

Color information

#215518 (or 0x215518) is unknown color: approx Myrtle. HEX triplet: 21, 55 and 18. RGB value is (33,85,24). Sum of RGB (Red+Green+Blue) = 33+85+24=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #215518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215518 is #DEAAE7. Grayscale: #3E3E3E. Windows color (decimal): -14592744 or 1594657. OLE color: 1594657.

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

Color convert

RGB338524-
CMYK0.6100.720.67
HSL111.15º55.96%21.37%-
HSV(B)111.15º71.76%33.33%-
XYZ4.046.891.98-
YUV62.5106.27106.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 85 (33.59% from 255) = 59.86%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=23.24%
G=59.86%
B=16.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385240.6100.720.67111.1555.9621.37
Hex2155183D048436f3815
Octal41125307501101031577025
Binary100001101010111000111101010010001000011110111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215518; }

 p { color: rgb(33,85,24); }

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

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

 a { background-color: rgb(33,85,24); }

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

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

 span { border-color: rgb(33,85,24); }

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