#213E11

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

Shades of Myrtle #213E11

Tints of Myrtle #213E11

Color information

#213E11 (or 0x213E11) is unknown color: approx Myrtle. HEX triplet: 21, 3E and 11. RGB value is (33,62,17). Sum of RGB (Red+Green+Blue) = 33+62+17=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 62 (24.61% from 255 or 55.36% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 62 - color contains mainly: green. Hex color #213E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213E11 is #DEC1EE. Grayscale: #303030. Windows color (decimal): -14598639 or 1130017. OLE color: 1130017.

HSL color Cylindrical-coordinate representation of color #213E11: hue angle of 98.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213E11 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB336217-
CMYK0.4700.730.76
HSL98.67º56.96%15.49%-
HSV(B)98.67º72.58%24.31%-
XYZ2.453.811.14-
YUV48.2110.39117.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 62 (24.61% from 255) = 55.36%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=29.46%
G=55.36%
B=15.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3362170.4700.730.7698.6756.9615.49
Hex213E112F0494C6339f
Octal4176215701111141437117
Binary1000011111101000110111101001001100110011000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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