#217A52

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

Shades of Salem #217A52

Tints of Salem #217A52

Color information

#217A52 (or 0x217A52) is unknown color: approx Salem. HEX triplet: 21, 7A and 52. RGB value is (33,122,82). Sum of RGB (Red+Green+Blue) = 33+122+82=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #217A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A52 is #DE85AD. Grayscale: #5A5A5A. Windows color (decimal): -14583214 or 5405217. OLE color: 5405217.

HSL color Cylindrical-coordinate representation of color #217A52: hue angle of 153.03º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A52 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB3312282-
CMYK0.7300.330.52
HSL153.03º57.42%30.39%-
HSV(B)153.03º72.95%47.84%-
XYZ9.1114.8510.37-
YUV90.83123.0186.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 122 (48.05% from 255) = 51.48%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=13.92%
G=51.48%
B=34.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33122820.7300.330.52153.0357.4230.39
Hex217A52490213499391e
Octal41172122111041642317136
Binary10000111110101010010100100101000011101001001100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217A52; }

 p { color: rgb(33,122,82); }

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

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

 a { background-color: rgb(33,122,82); }

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

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

 span { border-color: rgb(33,122,82); }

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