#213E10

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

Shades of Myrtle #213E10

Tints of Myrtle #213E10

Color information

#213E10 (or 0x213E10) is unknown color: approx Myrtle. HEX triplet: 21, 3E and 10. RGB value is (33,62,16). Sum of RGB (Red+Green+Blue) = 33+62+16=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #213E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213E10 is #DEC1EF. Grayscale: #303030. Windows color (decimal): -14598640 or 1064481. OLE color: 1064481.

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

Color convert

RGB336216-
CMYK0.4700.740.76
HSL97.83º58.97%15.29%-
HSV(B)97.83º74.19%24.31%-
XYZ2.443.811.1-
YUV48.08109.89117.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 62 (24.61% from 255) = 55.86%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=29.73%
G=55.86%
B=14.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3362160.4700.740.7697.8358.9715.29
Hex213E102F04A4C623bf
Octal4176205701121141427317
Binary1000011111101000010111101001010100110011000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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