#217a4d

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

Shades of Salem #217A4D

Tints of Salem #217A4D

Color information

#217A4D (or 0x217A4D) is unknown color: approx Salem. HEX triplet: 21, 7A and 4D. RGB value is (33,122,77). Sum of RGB (Red+Green+Blue) = 33+122+77=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #217A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217A4D is #DE85B2. Grayscale: #5A5A5A. Windows color (decimal): -14583219 or 5077537. OLE color: 5077537.

HSL color Cylindrical-coordinate representation of color #217A4D: hue angle of 149.66º 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 #217A4D is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB3312277-
CMYK0.7300.370.52
HSL149.66º57.42%30.39%-
HSV(B)149.66º72.95%47.84%-
XYZ8.9314.789.4-
YUV90.26120.5187.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 122 (48.05% from 255) = 52.59%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=14.22%
G=52.59%
B=33.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33122770.7300.370.52149.6657.4230.39
Hex217A4D490253496391e
Octal41172115111045642267136
Binary10000111110101001101100100101001011101001001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217a4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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