#215512

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

Shades of Myrtle #215512

Tints of Myrtle #215512

Color information

#215512 (or 0x215512) is unknown color: approx Myrtle. HEX triplet: 21, 55 and 12. RGB value is (33,85,18). Sum of RGB (Red+Green+Blue) = 33+85+18=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #215512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215512 is #DEAAED. Grayscale: #3E3E3E. Windows color (decimal): -14592750 or 1201441. OLE color: 1201441.

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

Color convert

RGB338518-
CMYK0.6100.790.67
HSL106.57º65.05%20.2%-
HSV(B)106.57º78.82%33.33%-
XYZ3.986.861.69-
YUV61.81103.27107.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 85 (33.59% from 255) = 62.5%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=24.26%
G=62.5%
B=13.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385180.6100.790.67106.5765.0520.2
Hex2155123D04F436b4114
Octal411252275011710315310124
Binary1000011010101100101111010100111110000111101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215512; }

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

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

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

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

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

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

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

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