#217E47

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

Shades of Salem #217E47

Tints of Salem #217E47

Color information

#217E47 (or 0x217E47) is unknown color: approx Salem. HEX triplet: 21, 7E and 47. RGB value is (33,126,71). Sum of RGB (Red+Green+Blue) = 33+126+71=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 126 (49.61% from 255 or 54.78% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 126 - color contains mainly: green. Hex color #217E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217E47 is #DE81B8. Grayscale: #5C5C5C. Windows color (decimal): -14582201 or 4685345. OLE color: 4685345.

HSL color Cylindrical-coordinate representation of color #217E47: hue angle of 144.52º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217E47 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB3312671-
CMYK0.7400.440.51
HSL144.52º58.49%31.18%-
HSV(B)144.52º73.81%49.41%-
XYZ9.2315.78.51-
YUV91.92116.1985.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 126 (49.61% from 255) = 54.78%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=14.35%
G=54.78%
B=30.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33126710.7400.440.51144.5258.4931.18
Hex217E474A02C33913a1f
Octal41176107112054632217237
Binary10000111111101000111100101001011001100111001000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,126,71); }

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

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

 a { background-color: rgb(33,126,71); }

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

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

 span { border-color: rgb(33,126,71); }

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