#213821

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

Shades of Myrtle #213821

Tints of Myrtle #213821

Color information

#213821 (or 0x213821) is unknown color: approx Myrtle. HEX triplet: 21, 38 and 21. RGB value is (33,56,33). Sum of RGB (Red+Green+Blue) = 33+56+33=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #213821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213821 is #DEC7DE. Grayscale: #2E2E2E. Windows color (decimal): -14600159 or 2177057. OLE color: 2177057.

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

Color convert

RGB335633-
CMYK0.4100.410.78
HSL120º25.84%17.45%-
HSV(B)120º41.07%21.96%-
XYZ2.323.261.95-
YUV46.5120.38118.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 56 (22.27% from 255) = 45.90%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=27.05%
G=45.90%
B=27.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3356330.4100.410.7812025.8417.45
Hex213821290294E781a11
Octal417041510511161703221
Binary1000011110001000011010010101001100111011110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213821; }

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

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

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

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

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

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

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

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