#217B4F

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

Shades of Salem #217B4F

Tints of Salem #217B4F

Color information

#217B4F (or 0x217B4F) is unknown color: approx Salem. HEX triplet: 21, 7B and 4F. RGB value is (33,123,79). Sum of RGB (Red+Green+Blue) = 33+123+79=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #217B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B4F is #DE84B0. Grayscale: #5B5B5B. Windows color (decimal): -14582961 or 5208865. OLE color: 5208865.

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

Color convert

RGB3312379-
CMYK0.7300.360.52
HSL150.67º57.69%30.59%-
HSV(B)150.67º73.17%48.24%-
XYZ9.1215.059.82-
YUV91.07121.1886.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 123 (48.44% from 255) = 52.34%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=14.04%
G=52.34%
B=33.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33123790.7300.360.52150.6757.6930.59
Hex217B4F4902434973a1f
Octal41173117111044642277237
Binary10000111110111001111100100101001001101001001011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,123,79); }

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

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

 a { background-color: rgb(33,123,79); }

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

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

 span { border-color: rgb(33,123,79); }

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