#257856

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

Shades of Salem #257856

Tints of Salem #257856

Color information

#257856 (or 0x257856) is unknown color: approx Salem. HEX triplet: 25, 78 and 56. RGB value is (37,120,86). Sum of RGB (Red+Green+Blue) = 37+120+86=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #257856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257856 is #DA87A9. Grayscale: #5B5B5B. Windows color (decimal): -14321578 or 5666853. OLE color: 5666853.

HSL color Cylindrical-coordinate representation of color #257856: hue angle of 155.42º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257856 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB3712086-
CMYK0.6900.280.53
HSL155.42º52.87%30.78%-
HSV(B)155.42º69.17%47.06%-
XYZ9.1614.511.12-
YUV91.3112589.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 120 (47.27% from 255) = 49.38%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=15.23%
G=49.38%
B=35.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120860.6900.280.53155.4252.8730.78
Hex2578564501C359b351f
Octal45170126105034652336537
Binary1001011111000101011010001010111001101011001101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257856; }

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

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

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

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

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

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

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

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