#217C4B

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

Shades of Salem #217C4B

Tints of Salem #217C4B

Color information

#217C4B (or 0x217C4B) is unknown color: approx Salem. HEX triplet: 21, 7C and 4B. RGB value is (33,124,75). Sum of RGB (Red+Green+Blue) = 33+124+75=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #217C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217C4B is #DE83B4. Grayscale: #5B5B5B. Windows color (decimal): -14582709 or 4946977. OLE color: 4946977.

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

Color convert

RGB3312475-
CMYK0.7300.400.51
HSL147.69º57.96%30.78%-
HSV(B)147.69º73.39%48.63%-
XYZ9.115.259.12-
YUV91.2118.8586.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 124 (48.83% from 255) = 53.45%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=14.22%
G=53.45%
B=32.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33124750.7300.400.51147.6957.9630.78
Hex217C4B4902833943a1f
Octal41174113111050632247237
Binary10000111111001001011100100101010001100111001010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,124,75); }

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

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

 a { background-color: rgb(33,124,75); }

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

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

 span { border-color: rgb(33,124,75); }

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