#217855

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

Shades of Salem #217855

Tints of Salem #217855

Color information

#217855 (or 0x217855) is unknown color: approx Salem. HEX triplet: 21, 78 and 55. RGB value is (33,120,85). Sum of RGB (Red+Green+Blue) = 33+120+85=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #217855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217855 is #DE87AA. Grayscale: #5A5A5A. Windows color (decimal): -14583723 or 5601313. OLE color: 5601313.

HSL color Cylindrical-coordinate representation of color #217855: hue angle of 155.86º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217855 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB3312085-
CMYK0.7200.290.53
HSL155.86º56.86%30%-
HSV(B)155.86º72.5%47.06%-
XYZ8.9814.4110.9-
YUV90125.1887.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=13.87%
G=50.42%
B=35.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120850.7200.290.53155.8656.8630
Hex2178554801D359c391e
Octal41170125110035652347136
Binary1000011111000101010110010000111011101011001110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217855; }

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

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

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

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

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

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

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

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