#213519

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

Shades of Myrtle #213519

Tints of Myrtle #213519

Color information

#213519 (or 0x213519) is unknown color: approx Myrtle. HEX triplet: 21, 35 and 19. RGB value is (33,53,25). Sum of RGB (Red+Green+Blue) = 33+53+25=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #213519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213519 is #DECAE6. Grayscale: #2B2B2B. Windows color (decimal): -14600935 or 1652001. OLE color: 1652001.

HSL color Cylindrical-coordinate representation of color #213519: hue angle of 102.86º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #213519 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB335325-
CMYK0.3800.530.79
HSL102.86º35.9%15.29%-
HSV(B)102.86º52.83%20.78%-
XYZ2.082.941.38-
YUV43.83117.37120.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=29.73%
G=47.75%
B=22.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3353250.3800.530.79102.8635.915.29
Hex213519260354F6724f
Octal416531460651171474417
Binary100001110101110011001100110101100111111001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213519; }

 p { color: rgb(33,53,25); }

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

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

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

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

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

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

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