#213F20

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

Shades of Myrtle #213F20

Tints of Myrtle #213F20

Color information

#213F20 (or 0x213F20) is unknown color: approx Myrtle. HEX triplet: 21, 3F and 20. RGB value is (33,63,32). Sum of RGB (Red+Green+Blue) = 33+63+32=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #213F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F20 is #DEC0DF. Grayscale: #323232. Windows color (decimal): -14598368 or 2113313. OLE color: 2113313.

HSL color Cylindrical-coordinate representation of color #213F20: hue angle of 118.06º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #213F20 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB336332-
CMYK0.4800.490.75
HSL118.06º32.63%18.63%-
HSV(B)118.06º49.21%24.71%-
XYZ2.673.981.99-
YUV50.5117.56115.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.78%
GREEN value IS 63 (25% from 255) = 49.22%
BLUE value IS 32 (12.89% from 255) = 25%
R=25.78%
G=49.22%
B=25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363320.4800.490.75118.0632.6318.63
Hex213F20300314B762113
Octal417740600611131664123
Binary10000111111110000011000001100011001011111011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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