#257D50

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

Shades of Salem #257D50

Tints of Salem #257D50

Color information

#257D50 (or 0x257D50) is unknown color: approx Salem. HEX triplet: 25, 7D and 50. RGB value is (37,125,80). Sum of RGB (Red+Green+Blue) = 37+125+80=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 125 (49.22% from 255 or 51.65% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 125 - color contains mainly: green. Hex color #257D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D50 is #DA82AF. Grayscale: #5D5D5D. Windows color (decimal): -14320304 or 5274917. OLE color: 5274917.

HSL color Cylindrical-coordinate representation of color #257D50: hue angle of 149.32º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D50 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB3712580-
CMYK0.7000.360.51
HSL149.32º54.32%31.76%-
HSV(B)149.32º70.4%49.02%-
XYZ9.5415.6410.11-
YUV93.56120.3587.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 125 (49.22% from 255) = 51.65%
BLUE value IS 80 (31.64% from 255) = 33.06%
R=15.29%
G=51.65%
B=33.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37125800.7000.360.51149.3254.3231.76
Hex257D504602433953620
Octal45175120106044632256640
Binary100101111110110100001000110010010011001110010101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257D50; }

 p { color: rgb(37,125,80); }

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

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

 a { background-color: rgb(37,125,80); }

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

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

 span { border-color: rgb(37,125,80); }

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