#217B56

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

Shades of Salem #217B56

Tints of Salem #217B56

Color information

#217B56 (or 0x217B56) is unknown color: approx Salem. HEX triplet: 21, 7B and 56. RGB value is (33,123,86). Sum of RGB (Red+Green+Blue) = 33+123+86=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #217B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B56 is #DE84A9. Grayscale: #5B5B5B. Windows color (decimal): -14582954 or 5667617. OLE color: 5667617.

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

Color convert

RGB3312386-
CMYK0.7300.300.52
HSL155.33º57.69%30.59%-
HSV(B)155.33º73.17%48.24%-
XYZ9.3915.1611.24-
YUV91.87124.6886.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 123 (48.44% from 255) = 50.83%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=13.64%
G=50.83%
B=35.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33123860.7300.300.52155.3357.6930.59
Hex217B564901E349b3a1f
Octal41173126111036642337237
Binary1000011111011101011010010010111101101001001101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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