#215527

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

Shades of Parsley #215527

Tints of Parsley #215527

Color information

#215527 (or 0x215527) is unknown color: approx 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

RGB338539-
CMYK0.6100.540.67
HSL126.92º44.07%23.14%-
HSV(B)126.92º61.18%33.33%-
XYZ4.246.973.04-
YUV64.21113.77105.74-

RGB Variations

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

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.62% from 255) = 24.84%
R=21.02%
G=54.14%
B=24.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385390.6100.540.67126.9244.0723.14
Hex2155273D036437f2c17
Octal4112547750661031775427
Binary100001101010110011111110101101101000011111111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>