#217750

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

Shades of Salem #217750

Tints of Salem #217750

Color information

#217750 (or 0x217750) is unknown color: approx Salem. HEX triplet: 21, 77 and 50. RGB value is (33,119,80). Sum of RGB (Red+Green+Blue) = 33+119+80=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #217750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217750 is #DE88AF. Grayscale: #585858. Windows color (decimal): -14583984 or 5273377. OLE color: 5273377.

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

Color convert

RGB3311980-
CMYK0.7200.330.53
HSL152.79º56.58%29.8%-
HSV(B)152.79º72.27%46.67%-
XYZ8.6714.19.85-
YUV88.84123.0188.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 119 (46.88% from 255) = 51.29%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=14.22%
G=51.29%
B=34.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33119800.7200.330.53152.7956.5829.8
Hex217750480213599391e
Octal41167120110041652317136
Binary10000111101111010000100100001000011101011001100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217750; }

 p { color: rgb(33,119,80); }

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

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

 a { background-color: rgb(33,119,80); }

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

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

 span { border-color: rgb(33,119,80); }

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