#21521B

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

Shades of Myrtle #21521B

Tints of Myrtle #21521B

Color information

#21521B (or 0x21521B) is unknown color: approx Myrtle. HEX triplet: 21, 52 and 1B. RGB value is (33,82,27). Sum of RGB (Red+Green+Blue) = 33+82+27=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #21521B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21521B is #DEADE4. Grayscale: #3D3D3D. Windows color (decimal): -14593509 or 1790497. OLE color: 1790497.

HSL color Cylindrical-coordinate representation of color #21521B: hue angle of 113.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21521B is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB338227-
CMYK0.6000.670.68
HSL113.45º50.46%21.37%-
HSV(B)113.45º67.07%32.16%-
XYZ3.846.442.08-
YUV61.08108.77107.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 82 (32.42% from 255) = 57.75%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=23.24%
G=57.75%
B=19.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3382270.6000.670.68113.4550.4621.37
Hex21521B3C04344713215
Octal41122337401031041616225
Binary100001101001011011111100010000111000100111000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21521B; }

 p { color: rgb(33,82,27); }

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

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

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

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

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

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

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