#257352

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

Shades of Salem #257352

Tints of Salem #257352

Color information

#257352 (or 0x257352) is unknown color: approx Salem. HEX triplet: 25, 73 and 52. RGB value is (37,115,82). Sum of RGB (Red+Green+Blue) = 37+115+82=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #257352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257352 is #DA8CAD. Grayscale: #575757. Windows color (decimal): -14322862 or 5403429. OLE color: 5403429.

HSL color Cylindrical-coordinate representation of color #257352: hue angle of 154.62º degrees, saturation: 0.51, 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 #257352 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB3711582-
CMYK0.6800.290.55
HSL154.62º51.32%29.8%-
HSV(B)154.62º67.83%45.1%-
XYZ8.4213.2610.1-
YUV87.92124.6691.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 115 (45.31% from 255) = 49.15%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=15.81%
G=49.15%
B=35.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37115820.6800.290.55154.6251.3229.8
Hex2573524401D379b331e
Octal45163122104035672336336
Binary1001011110011101001010001000111011101111001101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257352; }

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

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

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

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

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

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

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

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