#214E11

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

Shades of Myrtle #214E11

Tints of Myrtle #214E11

Color information

#214E11 (or 0x214E11) is unknown color: approx Myrtle. HEX triplet: 21, 4E and 11. RGB value is (33,78,17). Sum of RGB (Red+Green+Blue) = 33+78+17=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 78 (30.86% from 255 or 60.94% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 78 - color contains mainly: green. Hex color #214E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214E11 is #DEB1EE. Grayscale: #393939. Windows color (decimal): -14594543 or 1134113. OLE color: 1134113.

HSL color Cylindrical-coordinate representation of color #214E11: hue angle of 104.26º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214E11 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB337817-
CMYK0.5800.780.69
HSL104.26º64.21%18.63%-
HSV(B)104.26º78.21%30.59%-
XYZ3.455.811.47-
YUV57.59105.09110.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.78%
GREEN value IS 78 (30.86% from 255) = 60.94%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=25.78%
G=60.94%
B=13.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3378170.5800.780.69104.2664.2118.63
Hex214E113A04E45684013
Octal411162172011610515010023
Binary1000011001110100011110100100111010001011101000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,78,17); }

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

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

 a { background-color: rgb(33,78,17); }

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

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

 span { border-color: rgb(33,78,17); }

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