#257D4E

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

Shades of Salem #257D4E

Tints of Salem #257D4E

Color information

#257D4E (or 0x257D4E) is unknown color: approx Salem. HEX triplet: 25, 7D and 4E. RGB value is (37,125,78). Sum of RGB (Red+Green+Blue) = 37+125+78=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #257D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D4E is #DA82B1. Grayscale: #5D5D5D. Windows color (decimal): -14320306 or 5143845. OLE color: 5143845.

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

Color convert

RGB3712578-
CMYK0.7000.380.51
HSL147.95º54.32%31.76%-
HSV(B)147.95º70.4%49.02%-
XYZ9.4715.619.72-
YUV93.33119.3587.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 125 (49.22% from 255) = 52.08%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=15.42%
G=52.08%
B=32.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37125780.7000.380.51147.9554.3231.76
Hex257D4E4602633943620
Octal45175116106046632246640
Binary100101111110110011101000110010011011001110010100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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