Html Css Color HEX #213720 Myrtle

📋 copy color: '#213720'

red 33 ◦ green 55 ◦ blue 32

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

Shades of Myrtle #213720

Tints of Myrtle #213720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 45.83%

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

R = 27.5%
G = 45.83%
B = 26.67%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#213720 (or 0x213720) is known color: Myrtle. HEX triplet: 21, 37 and 20. RGB value is (33,55,32). Sum of RGB (Red+Green+Blue) = 33+55+32=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 55 - color contains mainly: green. Hex color #213720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213720 is #DEC8DF. Grayscale: #2D2D2D. Windows color (decimal): -14600416 or 2111265. OLE color: 2111265.

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

Color convert

RGB 33 55 32 -
CMYK 0.4 0 0.42 0.78
HSL 117.39º 0.26% 0.17% -
HSV(B) 117.39º 0.42% 0.22% -
XYZ 2.25 3.16 1.86 -
YUV 45.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 33 55 32 0.4 0 0.42 0.78 117.39 0.26 0.17
Hex 21 37 20 28 0 2A 4E 75 1A 11
Octal 41 67 40 50 0 52 116 165 32 21
Binary 100001 110111 100000 101000 0 101010 1001110 1110101 11010 10001

Color Harmonies of #213720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213720

Black with #213720

Text Example


Text Example

White with #213720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213720; }

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

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

background-color css

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

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

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

border-color css

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

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

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