#207550

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

Shades of Salem #207550

Tints of Salem #207550

Color information

#207550 (or 0x207550) is unknown color: approx Salem. HEX triplet: 20, 75 and 50. RGB value is (32,117,80). Sum of RGB (Red+Green+Blue) = 32+117+80=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #207550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207550 is #DF8AAF. Grayscale: #575757. Windows color (decimal): -14650032 or 5272864. OLE color: 5272864.

HSL color Cylindrical-coordinate representation of color #207550: hue angle of 153.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207550 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB3211780-
CMYK0.7300.320.54
HSL153.88º57.05%29.22%-
HSV(B)153.88º72.65%45.88%-
XYZ8.413.619.77-
YUV87.37123.8488.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=13.97%
G=51.09%
B=34.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32117800.7300.320.54153.8857.0529.22
Hex20755049020369a391d
Octal40165120111040662327135
Binary10000011101011010000100100101000001101101001101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207550; }

 p { color: rgb(32,117,80); }

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

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

 a { background-color: rgb(32,117,80); }

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

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

 span { border-color: rgb(32,117,80); }

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