#257F48

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

Shades of Salem #257F48

Tints of Salem #257F48

Color information

#257F48 (or 0x257F48) is unknown color: approx Salem. HEX triplet: 25, 7F and 48. RGB value is (37,127,72). Sum of RGB (Red+Green+Blue) = 37+127+72=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #257F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F48 is #DA80B7. Grayscale: #5D5D5D. Windows color (decimal): -14319800 or 4751141. OLE color: 4751141.

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

Color convert

RGB3712772-
CMYK0.7100.430.50
HSL143.33º54.88%32.16%-
HSV(B)143.33º70.87%49.8%-
XYZ9.5216.048.73-
YUV93.82115.6887.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 127 (50% from 255) = 53.81%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=15.68%
G=53.81%
B=30.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37127720.7100.430.50143.3354.8832.16
Hex257F484702B328f3720
Octal45177110107053622176740
Binary100101111111110010001000111010101111001010001111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,127,72); }

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

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

 a { background-color: rgb(37,127,72); }

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

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

 span { border-color: rgb(37,127,72); }

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