#213720

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

Shades of Myrtle #213720

Tints of Myrtle #213720

Color information

#213720 (or 0x213720) is unknown color: approx Myrtle. HEX triplet: 21, 37 and 20. RGB value is (33,55,32). Sum of RGB (Red+Green+Blue) = 33+55+32=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #213720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213720 is #DEC8DF. Grayscale: #2D2D2D. Windows color (decimal): -14600416 or 2111265. OLE color: 2111265.

HSL color Cylindrical-coordinate representation of color #213720: hue angle of 117.39º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213720 is Cyan = 0.4, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB335532-
CMYK0.400.420.78
HSL117.39º26.44%17.06%-
HSV(B)117.39º41.82%21.57%-
XYZ2.253.161.86-
YUV45.8120.21118.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 55 (21.88% from 255) = 45.83%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=27.5%
G=45.83%
B=26.67%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3355320.400.420.78117.3926.4417.06
Hex2137202802A4E751a11
Octal416740500521161653221
Binary1000011101111000001010000101010100111011101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213720; }

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

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

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

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

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

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

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

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