#257D55

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

Shades of Salem #257D55

Tints of Salem #257D55

Color information

#257D55 (or 0x257D55) is unknown color: approx Salem. HEX triplet: 25, 7D and 55. RGB value is (37,125,85). Sum of RGB (Red+Green+Blue) = 37+125+85=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 125 (49.22% from 255 or 50.61% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 125 - color contains mainly: green. Hex color #257D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D55 is #DA82AA. Grayscale: #5E5E5E. Windows color (decimal): -14320299 or 5602597. OLE color: 5602597.

HSL color Cylindrical-coordinate representation of color #257D55: hue angle of 152.73º 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 #257D55 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB3712585-
CMYK0.7000.320.51
HSL152.73º54.32%31.76%-
HSV(B)152.73º70.4%49.02%-
XYZ9.7415.7211.11-
YUV94.13122.8587.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 125 (49.22% from 255) = 50.61%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=14.98%
G=50.61%
B=34.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37125850.7000.320.51152.7354.3231.76
Hex257D554602033993620
Octal45175125106040632316640
Binary100101111110110101011000110010000011001110011001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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