#257A50

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

Shades of Salem #257A50

Tints of Salem #257A50

Color information

#257A50 (or 0x257A50) is unknown color: approx Salem. HEX triplet: 25, 7A and 50. RGB value is (37,122,80). Sum of RGB (Red+Green+Blue) = 37+122+80=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #257A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A50 is #DA85AF. Grayscale: #5B5B5B. Windows color (decimal): -14321072 or 5274149. OLE color: 5274149.

HSL color Cylindrical-coordinate representation of color #257A50: hue angle of 150.35º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A50 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB3712280-
CMYK0.7000.340.52
HSL150.35º53.46%31.18%-
HSV(B)150.35º69.67%47.84%-
XYZ9.1714.899.98-
YUV91.8121.3488.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.48%
GREEN value IS 122 (48.05% from 255) = 51.05%
BLUE value IS 80 (31.64% from 255) = 33.47%
R=15.48%
G=51.05%
B=33.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37122800.7000.340.52150.3553.4631.18
Hex257A50460223496351f
Octal45172120106042642266537
Binary10010111110101010000100011001000101101001001011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257A50; }

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

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

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

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

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

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

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

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