#217949

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

Shades of Salem #217949

Tints of Salem #217949

Color information

#217949 (or 0x217949) is unknown color: approx Salem. HEX triplet: 21, 79 and 49. RGB value is (33,121,73). Sum of RGB (Red+Green+Blue) = 33+121+73=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #217949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217949 is #DE86B6. Grayscale: #595959. Windows color (decimal): -14583479 or 4815137. OLE color: 4815137.

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

Color convert

RGB3312173-
CMYK0.7300.400.53
HSL147.27º57.14%30.2%-
HSV(B)147.27º72.73%47.45%-
XYZ8.6714.488.64-
YUV89.22118.8587.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 121 (47.66% from 255) = 53.30%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=14.54%
G=53.30%
B=32.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33121730.7300.400.53147.2757.1430.2
Hex217949490283593391e
Octal41171111111050652237136
Binary10000111110011001001100100101010001101011001001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217949; }

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

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

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

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

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

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

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

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