#257050

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

Shades of Salem #257050

Tints of Salem #257050

Color information

#257050 (or 0x257050) is unknown color: approx Salem. HEX triplet: 25, 70 and 50. RGB value is (37,112,80). Sum of RGB (Red+Green+Blue) = 37+112+80=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #257050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257050 is #DA8FAF. Grayscale: #555555. Windows color (decimal): -14323632 or 5271589. OLE color: 5271589.

HSL color Cylindrical-coordinate representation of color #257050: hue angle of 154.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257050 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB3711280-
CMYK0.6700.290.56
HSL154.4º50.34%29.22%-
HSV(B)154.4º66.96%43.92%-
XYZ8.0112.569.59-
YUV85.93124.6593.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=16.16%
G=48.91%
B=34.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37112800.6700.290.56154.450.3429.22
Hex2570504301D389a321d
Octal45160120103035702326235
Binary1001011110000101000010000110111011110001001101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257050; }

 p { color: rgb(37,112,80); }

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

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

 a { background-color: rgb(37,112,80); }

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

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

 span { border-color: rgb(37,112,80); }

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