#213820

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

Shades of Myrtle #213820

Tints of Myrtle #213820

Color information

#213820 (or 0x213820) is unknown color: approx Myrtle. HEX triplet: 21, 38 and 20. RGB value is (33,56,32). Sum of RGB (Red+Green+Blue) = 33+56+32=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #213820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213820 is #DEC7DF. Grayscale: #2E2E2E. Windows color (decimal): -14600160 or 2111521. OLE color: 2111521.

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

Color convert

RGB335632-
CMYK0.4100.430.78
HSL117.5º27.27%17.25%-
HSV(B)117.5º42.86%21.96%-
XYZ2.33.261.87-
YUV46.39119.88118.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 56 (22.27% from 255) = 46.28%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=27.27%
G=46.28%
B=26.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3356320.4100.430.78117.527.2717.25
Hex2138202902B4E751b11
Octal417040510531161653321
Binary1000011110001000001010010101011100111011101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213820; }

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

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

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

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

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

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

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

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