#214920

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

Shades of Myrtle #214920

Tints of Myrtle #214920

Color information

#214920 (or 0x214920) is unknown color: approx Myrtle. HEX triplet: 21, 49 and 20. RGB value is (33,73,32). Sum of RGB (Red+Green+Blue) = 33+73+32=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #214920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214920 is #DEB6DF. Grayscale: #383838. Windows color (decimal): -14595808 or 2115873. OLE color: 2115873.

HSL color Cylindrical-coordinate representation of color #214920: hue angle of 118.54º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #214920 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB337332-
CMYK0.5500.560.71
HSL118.54º39.05%20.59%-
HSV(B)118.54º56.16%28.63%-
XYZ3.275.192.2-
YUV56.37114.25111.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 73 (28.91% from 255) = 52.90%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=23.91%
G=52.90%
B=23.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3373320.5500.560.71118.5439.0520.59
Hex2149203703847772715
Octal4111140670701071674725
Binary100001100100110000011011101110001000111111011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214920; }

 p { color: rgb(33,73,32); }

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

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

 a { background-color: rgb(33,73,32); }

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

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

 span { border-color: rgb(33,73,32); }

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