#213922

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

Shades of Myrtle #213922

Tints of Myrtle #213922

Color information

#213922 (or 0x213922) is unknown color: approx Myrtle. HEX triplet: 21, 39 and 22. RGB value is (33,57,34). Sum of RGB (Red+Green+Blue) = 33+57+34=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #213922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213922 is #DEC6DD. Grayscale: #2F2F2F. Windows color (decimal): -14599902 or 2242849. OLE color: 2242849.

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

Color convert

RGB335734-
CMYK0.4200.400.78
HSL122.5º26.67%17.65%-
HSV(B)122.5º42.11%22.35%-
XYZ2.383.372.04-
YUV47.2120.55117.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.61%
GREEN value IS 57 (22.66% from 255) = 45.97%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=26.61%
G=45.97%
B=27.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357340.4200.400.78122.526.6717.65
Hex2139222A0284E7a1b12
Octal417142520501161723322
Binary1000011110011000101010100101000100111011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213922; }

 p { color: rgb(33,57,34); }

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

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

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

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

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

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

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