#215526

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

Shades of Parsley #215526

Tints of Parsley #215526

Color information

#215526 (or 0x215526) is unknown color: approx Parsley. HEX triplet: 21, 55 and 26. RGB value is (33,85,38). Sum of RGB (Red+Green+Blue) = 33+85+38=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #215526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215526 is #DEAAD9. Grayscale: #404040. Windows color (decimal): -14592730 or 2512161. OLE color: 2512161.

HSL color Cylindrical-coordinate representation of color #215526: hue angle of 125.77º 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 #215526 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB338538-
CMYK0.6100.550.67
HSL125.77º44.07%23.14%-
HSV(B)125.77º61.18%33.33%-
XYZ4.236.962.95-
YUV64.09113.27105.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.15%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=21.15%
G=54.49%
B=24.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385380.6100.550.67125.7744.0723.14
Hex2155263D037437e2c17
Octal4112546750671031765427
Binary100001101010110011011110101101111000011111111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215526; }

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

 H1.HeaderClassName
 {
   color: #215526;
 }
 .AnyTagClassName
 {
   color: #215526;
 }
</style>
background-color css

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

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

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

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

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

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