Html Css Color HEX #213520 Myrtle

📋 copy color: '#213520'

red 33 ◦ green 53 ◦ blue 32

#213520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #213520

Tints of Myrtle #213520

RGB

 RED value IS 33 (13.28% from 255) = 27.97%

 GREEN value IS 53 (21.09% from 255) = 44.92%

 BLUE value IS 32 (12.89% from 255) = 27.12%

R = 27.97%
G = 44.92%
B = 27.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#213520 (or 0x213520) is known color: Myrtle. HEX triplet: 21, 35 and 20. RGB value is (33,53,32). Sum of RGB (Red+Green+Blue) = 33+53+32=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #213520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213520 is #DECADF. Grayscale: #2C2C2C. Windows color (decimal): -14600928 or 2110753. OLE color: 2110753.

HSL color Cylindrical-coordinate representation of color #213520: hue angle of 117.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213520 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 53 32 -
CMYK 0.38 0 0.40 0.79
HSL 117.14º 0.25% 0.17% -
HSV(B) 117.14º 0.4% 0.21% -
XYZ 2.16 2.97 1.83 -
YUV 44.63 120.87 119.71 -
System Red Green Blue C M Y K H S L
Decimal 33 53 32 0.38 0 0.40 0.79 117.14 0.25 0.17
Hex 21 35 20 26 0 28 4F 75 19 11
Octal 41 65 40 46 0 50 117 165 31 21
Binary 100001 110101 100000 100110 0 101000 1001111 1110101 11001 10001

Color Harmonies of #213520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213520

Black with #213520

Text Example


Text Example

White with #213520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213520; }

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

 H1.HeaderClassName
 {
   color: #213520;
 }
 .AnyTagClassName
 {
   color: #213520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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