#257C4E

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

Shades of Salem #257C4E

Tints of Salem #257C4E

Color information

#257C4E (or 0x257C4E) is unknown color: approx Salem. HEX triplet: 25, 7C and 4E. RGB value is (37,124,78). Sum of RGB (Red+Green+Blue) = 37+124+78=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #257C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C4E is #DA83B1. Grayscale: #5C5C5C. Windows color (decimal): -14320562 or 5143589. OLE color: 5143589.

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

Color convert

RGB3712478-
CMYK0.7000.370.51
HSL148.28º54.04%31.57%-
HSV(B)148.28º70.16%48.63%-
XYZ9.3515.369.68-
YUV92.74119.6888.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 124 (48.83% from 255) = 51.88%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=15.48%
G=51.88%
B=32.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37124780.7000.370.51148.2854.0431.57
Hex257C4E4602533943620
Octal45174116106045632246640
Binary100101111110010011101000110010010111001110010100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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