#257251

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

Shades of Salem #257251

Tints of Salem #257251

Color information

#257251 (or 0x257251) is unknown color: approx Salem. HEX triplet: 25, 72 and 51. RGB value is (37,114,81). Sum of RGB (Red+Green+Blue) = 37+114+81=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #257251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257251 is #DA8DAE. Grayscale: #575757. Windows color (decimal): -14323119 or 5337637. OLE color: 5337637.

HSL color Cylindrical-coordinate representation of color #257251: hue angle of 154.29º 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 #257251 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB3711481-
CMYK0.6800.290.55
HSL154.29º50.99%29.61%-
HSV(B)154.29º67.54%44.71%-
XYZ8.2713.029.86-
YUV87.21124.4992.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.95%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=15.95%
G=49.14%
B=34.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114810.6800.290.55154.2950.9929.61
Hex2572514401D379a331e
Octal45162121104035672326336
Binary1001011110010101000110001000111011101111001101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257251; }

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

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

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

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

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

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

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

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