#257C4D

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

Shades of Salem #257C4D

Tints of Salem #257C4D

Color information

#257C4D (or 0x257C4D) is unknown color: approx Salem. HEX triplet: 25, 7C and 4D. RGB value is (37,124,77). Sum of RGB (Red+Green+Blue) = 37+124+77=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #257C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C4D is #DA83B2. Grayscale: #5C5C5C. Windows color (decimal): -14320563 or 5078053. OLE color: 5078053.

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

Color convert

RGB3712477-
CMYK0.7000.380.51
HSL147.59º54.04%31.57%-
HSV(B)147.59º70.16%48.63%-
XYZ9.3115.349.49-
YUV92.63119.1888.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.55%
GREEN value IS 124 (48.83% from 255) = 52.10%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=15.55%
G=52.10%
B=32.35%

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
Decimal37124770.7000.380.51147.5954.0431.57
Hex257C4D4602633943620
Octal45174115106046632246640
Binary100101111110010011011000110010011011001110010100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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