#257250

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

Shades of Salem #257250

Tints of Salem #257250

Color information

#257250 (or 0x257250) is unknown color: approx Salem. HEX triplet: 25, 72 and 50. RGB value is (37,114,80). Sum of RGB (Red+Green+Blue) = 37+114+80=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #257250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257250 is #DA8DAF. Grayscale: #575757. Windows color (decimal): -14323120 or 5272101. OLE color: 5272101.

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

Color convert

RGB3711480-
CMYK0.6800.300.55
HSL153.51º50.99%29.61%-
HSV(B)153.51º67.54%44.71%-
XYZ8.2313.019.67-
YUV87.1123.9992.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=16.02%
G=49.35%
B=34.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114800.6800.300.55153.5150.9929.61
Hex2572504401E379a331e
Octal45162120104036672326336
Binary1001011110010101000010001000111101101111001101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257250; }

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

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

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

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

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

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

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

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