#257255

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

Shades of Salem #257255

Tints of Salem #257255

Color information

#257255 (or 0x257255) is unknown color: approx Salem. HEX triplet: 25, 72 and 55. RGB value is (37,114,85). Sum of RGB (Red+Green+Blue) = 37+114+85=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #257255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257255 is #DA8DAA. Grayscale: #575757. Windows color (decimal): -14323115 or 5599781. OLE color: 5599781.

HSL color Cylindrical-coordinate representation of color #257255: hue angle of 157.4º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257255 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB3711485-
CMYK0.6800.250.55
HSL157.4º50.99%29.61%-
HSV(B)157.4º67.54%44.71%-
XYZ8.4213.0810.68-
YUV87.67126.4991.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=15.68%
G=48.31%
B=36.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114850.6800.250.55157.450.9929.61
Hex25725544019379d331e
Octal45162125104031672356336
Binary1001011110010101010110001000110011101111001110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257255; }

 p { color: rgb(37,114,85); }

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

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

 a { background-color: rgb(37,114,85); }

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

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

 span { border-color: rgb(37,114,85); }

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