#257E54

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

Shades of Salem #257E54

Tints of Salem #257E54

Color information

#257E54 (or 0x257E54) is unknown color: approx Salem. HEX triplet: 25, 7E and 54. RGB value is (37,126,84). Sum of RGB (Red+Green+Blue) = 37+126+84=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 126 (49.61% from 255 or 51.01% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 126 - color contains mainly: green. Hex color #257E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257E54 is #DA81AB. Grayscale: #5E5E5E. Windows color (decimal): -14320044 or 5537317. OLE color: 5537317.

HSL color Cylindrical-coordinate representation of color #257E54: hue angle of 151.69º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E54 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB3712684-
CMYK0.7100.330.51
HSL151.69º54.6%31.96%-
HSV(B)151.69º70.63%49.41%-
XYZ9.8215.9610.95-
YUV94.6122.0186.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 126 (49.61% from 255) = 51.01%
BLUE value IS 84 (33.20% from 255) = 34.01%
R=14.98%
G=51.01%
B=34.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37126840.7100.330.51151.6954.631.96
Hex257E544702133983720
Octal45176124107041632306740
Binary100101111111010101001000111010000111001110011000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,126,84); }

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

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

 a { background-color: rgb(37,126,84); }

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

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

 span { border-color: rgb(37,126,84); }

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