Html Css Color HEX #257959 Salem

📋 copy color: '#257959'

red 37 ◦ green 121 ◦ blue 89

#257959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #257959

Tints of Salem #257959

RGB

 RED value IS 37 (14.84% from 255) = 14.98%

 GREEN value IS 121 (47.66% from 255) = 48.99%

 BLUE value IS 89 (35.16% from 255) = 36.03%

R = 14.98%
G = 48.99%
B = 36.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#257959 (or 0x257959) is known color: Salem. HEX triplet: 25, 79 and 59. RGB value is (37,121,89). Sum of RGB (Red+Green+Blue) = 37+121+89=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #257959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257959 is #DA86A6. Grayscale: #5C5C5C. Windows color (decimal): -14321319 or 5863717. OLE color: 5863717.

HSL color Cylindrical-coordinate representation of color #257959: hue angle of 157.14º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257959 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 121 89 -
CMYK 0.69 0 0.26 0.53
HSL 157.14º 0.53% 0.31% -
HSV(B) 157.14º 0.69% 0.47% -
XYZ 9.4 14.79 11.81 -
YUV 92.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 37 121 89 0.69 0 0.26 0.53 157.14 0.53 0.31
Hex 25 79 59 45 0 1A 35 9D 35 1F
Octal 45 171 131 105 0 32 65 235 65 37
Binary 100101 1111001 1011001 1000101 0 11010 110101 10011101 110101 11111

Color Harmonies of #257959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257959

Black with #257959

Text Example


Text Example

White with #257959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257959; }

 p { color: rgb(37,121,89); }

 H1.HeaderClassName
 {
   color: #257959;
 }
 .AnyTagClassName
 {
   color: #257959;
 }
</style>

background-color css

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

 a { background-color: rgb(37,121,89); }

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

border-color css

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

 span { border-color: rgb(37,121,89); }

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