Html Css Color HEX #257D59 Salem

📋 copy color: '#257D59'

red 37 ◦ green 125 ◦ blue 89

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

Shades of Salem #257D59

Tints of Salem #257D59

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.8%

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

R = 14.74%
G = 49.8%
B = 35.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#257D59 (or 0x257D59) is known color: Salem. HEX triplet: 25, 7D and 59. RGB value is (37,125,89). Sum of RGB (Red+Green+Blue) = 37+125+89=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #257D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D59 is #DA82A6. Grayscale: #5E5E5E. Windows color (decimal): -14320295 or 5864741. OLE color: 5864741.

HSL color Cylindrical-coordinate representation of color #257D59: hue angle of 155.45º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D59 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 125 89 -
CMYK 0.70 0 0.29 0.51
HSL 155.45º 0.54% 0.32% -
HSV(B) 155.45º 0.7% 0.49% -
XYZ 9.9 15.78 11.98 -
YUV 94.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 37 125 89 0.70 0 0.29 0.51 155.45 0.54 0.32
Hex 25 7D 59 46 0 1D 33 9B 36 20
Octal 45 175 131 106 0 35 63 233 66 40
Binary 100101 1111101 1011001 1000110 0 11101 110011 10011011 110110 100000

Color Harmonies of #257D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257D59

Black with #257D59

Text Example


Text Example

White with #257D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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