#213621

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

Shades of Myrtle #213621

Tints of Myrtle #213621

Color information

#213621 (or 0x213621) is unknown color: approx Myrtle. HEX triplet: 21, 36 and 21. RGB value is (33,54,33). Sum of RGB (Red+Green+Blue) = 33+54+33=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 54 - color contains mainly: green. Hex color #213621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213621 is #DEC9DE. Grayscale: #2D2D2D. Windows color (decimal): -14600671 or 2176545. OLE color: 2176545.

HSL color Cylindrical-coordinate representation of color #213621: hue angle of 120º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #213621 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB335433-
CMYK0.3900.390.79
HSL120º24.14%17.06%-
HSV(B)120º38.89%21.18%-
XYZ2.223.071.91-
YUV45.33121.04119.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 54 (21.48% from 255) = 45%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=27.5%
G=45%
B=27.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354330.3900.390.7912024.1417.06
Hex213621270274F781811
Octal416641470471171703021
Binary1000011101101000011001110100111100111111110001100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213621; }

 p { color: rgb(33,54,33); }

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

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

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

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

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

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

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