#217250

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

Shades of Salem #217250

Tints of Salem #217250

Color information

#217250 (or 0x217250) is unknown color: approx Salem. HEX triplet: 21, 72 and 50. RGB value is (33,114,80). Sum of RGB (Red+Green+Blue) = 33+114+80=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #217250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217250 is #DE8DAF. Grayscale: #555555. Windows color (decimal): -14585264 or 5272097. OLE color: 5272097.

HSL color Cylindrical-coordinate representation of color #217250: hue angle of 154.81º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217250 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB3311480-
CMYK0.7100.300.55
HSL154.81º55.1%28.82%-
HSV(B)154.81º71.05%44.71%-
XYZ8.0912.949.66-
YUV85.9124.6690.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 114 (44.92% from 255) = 50.22%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=14.54%
G=50.22%
B=35.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114800.7100.300.55154.8155.128.82
Hex2172504701E379b371d
Octal41162120107036672336735
Binary1000011110010101000010001110111101101111001101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217250; }

 p { color: rgb(33,114,80); }

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

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

 a { background-color: rgb(33,114,80); }

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

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

 span { border-color: rgb(33,114,80); }

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