#257456

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

Shades of Salem #257456

Tints of Salem #257456

Color information

#257456 (or 0x257456) is unknown color: approx Salem. HEX triplet: 25, 74 and 56. RGB value is (37,116,86). Sum of RGB (Red+Green+Blue) = 37+116+86=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #257456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257456 is #DA8BA9. Grayscale: #595959. Windows color (decimal): -14322602 or 5665829. OLE color: 5665829.

HSL color Cylindrical-coordinate representation of color #257456: hue angle of 157.22º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257456 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB3711686-
CMYK0.6800.260.55
HSL157.22º51.63%30%-
HSV(B)157.22º68.1%45.49%-
XYZ8.6913.5610.96-
YUV88.96126.3390.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=15.48%
G=48.54%
B=35.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37116860.6800.260.55157.2251.6330
Hex2574564401A379d341e
Octal45164126104032672356436
Binary1001011110100101011010001000110101101111001110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257456; }

 p { color: rgb(37,116,86); }

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

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

 a { background-color: rgb(37,116,86); }

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

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

 span { border-color: rgb(37,116,86); }

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