#257D59

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

Shades of Salem #257D59

Tints of Salem #257D59

Color information

#257D59 (or 0x257D59) is unknown color: approx Salem. HEX triplet: 25, 7D and 59. RGB value is (37,125,89). Sum of RGB (Red+Green+Blue) = 37+125+89=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #257D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D59 is #DA82A6. Grayscale: #5E5E5E. Windows color (decimal): -14320295 or 5864741. OLE color: 5864741.

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

Color convert

RGB3712589-
CMYK0.7000.290.51
HSL155.45º54.32%31.76%-
HSV(B)155.45º70.4%49.02%-
XYZ9.915.7811.98-
YUV94.58124.8586.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.74%
GREEN value IS 125 (49.22% from 255) = 49.80%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=14.74%
G=49.80%
B=35.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37125890.7000.290.51155.4554.3231.76
Hex257D594601D339b3620
Octal45175131106035632336640
Binary10010111111011011001100011001110111001110011011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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