#257650

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

Shades of Salem #257650

Tints of Salem #257650

Color information

#257650 (or 0x257650) is unknown color: approx Salem. HEX triplet: 25, 76 and 50. RGB value is (37,118,80). Sum of RGB (Red+Green+Blue) = 37+118+80=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #257650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257650 is #DA89AF. Grayscale: #595959. Windows color (decimal): -14322096 or 5273125. OLE color: 5273125.

HSL color Cylindrical-coordinate representation of color #257650: hue angle of 151.85º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257650 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB3711880-
CMYK0.6900.320.54
HSL151.85º52.26%30.39%-
HSV(B)151.85º68.64%46.27%-
XYZ8.6913.939.82-
YUV89.45122.6690.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.74%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=15.74%
G=50.21%
B=34.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37118800.6900.320.54151.8552.2630.39
Hex257650450203698341e
Octal45166120105040662306436
Binary10010111101101010000100010101000001101101001100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257650; }

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

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

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

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

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

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

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

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