Html Css Color HEX #215520 Myrtle

📋 copy color: '#215520'

red 33 ◦ green 85 ◦ blue 32

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

Shades of Myrtle #215520

Tints of Myrtle #215520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 56.67%

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

R = 22%
G = 56.67%
B = 21.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#215520 (or 0x215520) is known color: Myrtle. HEX triplet: 21, 55 and 20. RGB value is (33,85,32). Sum of RGB (Red+Green+Blue) = 33+85+32=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #215520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215520 is #DEAADF. Grayscale: #3F3F3F. Windows color (decimal): -14592736 or 2118945. OLE color: 2118945.

HSL color Cylindrical-coordinate representation of color #215520: hue angle of 118.87º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215520 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 85 32 -
CMYK 0.61 0 0.62 0.67
HSL 118.87º 0.45% 0.23% -
HSV(B) 118.87º 0.62% 0.33% -
XYZ 4.14 6.92 2.49 -
YUV 63.41 110.27 106.31 -
System Red Green Blue C M Y K H S L
Decimal 33 85 32 0.61 0 0.62 0.67 118.87 0.45 0.23
Hex 21 55 20 3D 0 3E 43 77 2D 17
Octal 41 125 40 75 0 76 103 167 55 27
Binary 100001 1010101 100000 111101 0 111110 1000011 1110111 101101 10111

Color Harmonies of #215520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215520

Black with #215520

Text Example


Text Example

White with #215520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215520; }

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

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

background-color css

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

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

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

border-color css

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

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

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