#213721

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

Shades of Myrtle #213721

Tints of Myrtle #213721

Color information

#213721 (or 0x213721) is unknown color: approx Myrtle. HEX triplet: 21, 37 and 21. RGB value is (33,55,33). Sum of RGB (Red+Green+Blue) = 33+55+33=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #213721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213721 is #DEC8DE. Grayscale: #2D2D2D. Windows color (decimal): -14600415 or 2176801. OLE color: 2176801.

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

Color convert

RGB335533-
CMYK0.400.40.78
HSL120º25%17.25%-
HSV(B)120º40%21.57%-
XYZ2.273.171.93-
YUV45.91120.71118.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=27.27%
G=45.45%
B=27.27%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3355330.400.40.781202517.25
Hex213721280284E781911
Octal416741500501161703121
Binary1000011101111000011010000101000100111011110001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213721; }

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

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

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

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

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

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

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

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