Html Css Color HEX #215527 Parsley

📋 copy color: '#215527'

red 33 ◦ green 85 ◦ blue 39

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

Shades of Parsley #215527

Tints of Parsley #215527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.84%

R = 21.02%
G = 54.14%
B = 24.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#215527 (or 0x215527) is known color: Parsley. HEX triplet: 21, 55 and 27. RGB value is (33,85,39). Sum of RGB (Red+Green+Blue) = 33+85+39=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #215527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215527 is #DEAAD8. Grayscale: #404040. Windows color (decimal): -14592729 or 2577697. OLE color: 2577697.

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

Color convert

RGB 33 85 39 -
CMYK 0.61 0 0.54 0.67
HSL 126.92º 0.44% 0.23% -
HSV(B) 126.92º 0.61% 0.33% -
XYZ 4.24 6.97 3.04 -
YUV 64.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 33 85 39 0.61 0 0.54 0.67 126.92 0.44 0.23
Hex 21 55 27 3D 0 36 43 7F 2C 17
Octal 41 125 47 75 0 66 103 177 54 27
Binary 100001 1010101 100111 111101 0 110110 1000011 1111111 101100 10111

Color Harmonies of #215527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215527

Black with #215527

Text Example


Text Example

White with #215527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215527; }

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

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

background-color css

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

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

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

border-color css

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

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

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