#257E46

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

Shades of Salem #257E46

Tints of Salem #257E46

Color information

#257E46 (or 0x257E46) is unknown color: approx Salem. HEX triplet: 25, 7E and 46. RGB value is (37,126,70). Sum of RGB (Red+Green+Blue) = 37+126+70=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #257E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257E46 is #DA81B9. Grayscale: #5D5D5D. Windows color (decimal): -14320058 or 4619813. OLE color: 4619813.

HSL color Cylindrical-coordinate representation of color #257E46: hue angle of 142.25º 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 #257E46 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB3712670-
CMYK0.7100.440.51
HSL142.25º54.6%31.96%-
HSV(B)142.25º70.63%49.41%-
XYZ9.3315.768.34-
YUV93115.0188.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 126 (49.61% from 255) = 54.08%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=15.88%
G=54.08%
B=30.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37126700.7100.440.51142.2554.631.96
Hex257E464702C338e3720
Octal45176106107054632166740
Binary100101111111010001101000111010110011001110001110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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