#217951

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

Shades of Salem #217951

Tints of Salem #217951

Color information

#217951 (or 0x217951) is unknown color: approx Salem. HEX triplet: 21, 79 and 51. RGB value is (33,121,81). Sum of RGB (Red+Green+Blue) = 33+121+81=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #217951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217951 is #DE86AE. Grayscale: #5A5A5A. Windows color (decimal): -14583471 or 5339425. OLE color: 5339425.

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

Color convert

RGB3312181-
CMYK0.7300.330.53
HSL152.73º57.14%30.2%-
HSV(B)152.73º72.73%47.45%-
XYZ8.9514.5910.13-
YUV90.13122.8587.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 121 (47.66% from 255) = 51.49%
BLUE value IS 81 (32.03% from 255) = 34.47%
R=14.04%
G=51.49%
B=34.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33121810.7300.330.53152.7357.1430.2
Hex217951490213599391e
Octal41171121111041652317136
Binary10000111110011010001100100101000011101011001100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217951; }

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

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

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

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

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

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

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

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