#212620

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

Shades of Myrtle #212620

Tints of Myrtle #212620

Color information

#212620 (or 0x212620) is unknown color: approx Myrtle. HEX triplet: 21, 26 and 20. RGB value is (33,38,32). Sum of RGB (Red+Green+Blue) = 33+38+32=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 38 - color contains mainly: green. Hex color #212620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212620 is #DED9DF. Grayscale: #232323. Windows color (decimal): -14604768 or 2106913. OLE color: 2106913.

HSL color Cylindrical-coordinate representation of color #212620: hue angle of 110º degrees, saturation: 0.09, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #212620 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB333832-
CMYK0.1300.160.85
HSL110º8.57%13.73%-
HSV(B)110º15.79%14.9%-
XYZ1.581.811.63-
YUV35.82125.84125.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=32.04%
G=36.89%
B=31.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338320.1300.160.851108.5713.73
Hex212620D010556e9e
Octal414640150201251561116
Binary10000110011010000011010100001010101110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212620; }

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

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

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

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

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

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

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

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