#217851

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

Shades of Salem #217851

Tints of Salem #217851

Color information

#217851 (or 0x217851) is unknown color: approx Salem. HEX triplet: 21, 78 and 51. RGB value is (33,120,81). Sum of RGB (Red+Green+Blue) = 33+120+81=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #217851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217851 is #DE87AE. Grayscale: #595959. Windows color (decimal): -14583727 or 5339169. OLE color: 5339169.

HSL color Cylindrical-coordinate representation of color #217851: hue angle of 153.1º 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 #217851 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB3312081-
CMYK0.7200.320.53
HSL153.1º56.86%30%-
HSV(B)153.1º72.5%47.06%-
XYZ8.8314.3510.09-
YUV89.54123.1887.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=14.10%
G=51.28%
B=34.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120810.7200.320.53153.156.8630
Hex217851480203599391e
Octal41170121110040652317136
Binary10000111110001010001100100001000001101011001100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217851; }

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

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

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

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

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

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

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

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