#257852

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

Shades of Salem #257852

Tints of Salem #257852

Color information

#257852 (or 0x257852) is unknown color: approx Salem. HEX triplet: 25, 78 and 52. RGB value is (37,120,82). Sum of RGB (Red+Green+Blue) = 37+120+82=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #257852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257852 is #DA87AD. Grayscale: #5A5A5A. Windows color (decimal): -14321582 or 5404709. OLE color: 5404709.

HSL color Cylindrical-coordinate representation of color #257852: hue angle of 152.53º 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 #257852 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB3712082-
CMYK0.6900.320.53
HSL152.53º52.87%30.78%-
HSV(B)152.53º69.17%47.06%-
XYZ914.4410.29-
YUV90.8512389.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=15.48%
G=50.21%
B=34.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120820.6900.320.53152.5352.8730.78
Hex257852450203599351f
Octal45170122105040652316537
Binary10010111110001010010100010101000001101011001100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257852; }

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

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

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

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

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

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

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

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