#215D13

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

Shades of Myrtle #215D13

Tints of Myrtle #215D13

Color information

#215D13 (or 0x215D13) is unknown color: approx Myrtle. HEX triplet: 21, 5D and 13. RGB value is (33,93,19). Sum of RGB (Red+Green+Blue) = 33+93+19=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 93 (36.72% from 255 or 64.14% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 93 - color contains mainly: green. Hex color #215D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215D13 is #DEA2EC. Grayscale: #424242. Windows color (decimal): -14590701 or 1269025. OLE color: 1269025.

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

Color convert

RGB339319-
CMYK0.6500.800.64
HSL108.65º66.07%21.96%-
HSV(B)108.65º79.57%36.47%-
XYZ4.668.21.95-
YUV66.62101.12104.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 93 (36.72% from 255) = 64.14%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=22.76%
G=64.14%
B=13.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393190.6500.800.64108.6566.0721.96
Hex215D1341050406d4216
Octal4113523101012010015510226
Binary10000110111011001110000010101000010000001101101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215D13; }

 p { color: rgb(33,93,19); }

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

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

 a { background-color: rgb(33,93,19); }

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

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

 span { border-color: rgb(33,93,19); }

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