#214D15

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

Shades of Myrtle #214D15

Tints of Myrtle #214D15

Color information

#214D15 (or 0x214D15) is unknown color: approx Myrtle. HEX triplet: 21, 4D and 15. RGB value is (33,77,21). Sum of RGB (Red+Green+Blue) = 33+77+21=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #214D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214D15 is #DEB2EA. Grayscale: #393939. Windows color (decimal): -14594795 or 1396001. OLE color: 1396001.

HSL color Cylindrical-coordinate representation of color #214D15: hue angle of 107.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214D15 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.

Color convert

RGB337721-
CMYK0.5700.730.70
HSL107.14º57.14%19.22%-
HSV(B)107.14º72.73%30.2%-
XYZ3.425.691.63-
YUV57.46107.42110.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 77 (30.47% from 255) = 58.78%
BLUE value IS 21 (8.59% from 255) = 16.03%
R=25.19%
G=58.78%
B=16.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3377210.5700.730.70107.1457.1419.22
Hex214D1539049466b3913
Octal41115257101111061537123
Binary100001100110110101111001010010011000110110101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214D15; }

 p { color: rgb(33,77,21); }

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

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

 a { background-color: rgb(33,77,21); }

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

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

 span { border-color: rgb(33,77,21); }

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