Html Css Color HEX #257A58 Salem

📋 copy color: '#257A58'

red 37 ◦ green 122 ◦ blue 88

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

Shades of Salem #257A58

Tints of Salem #257A58

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.39%

 BLUE value IS 88 (34.77% from 255) = 35.63%

R = 14.98%
G = 49.39%
B = 35.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#257A58 (or 0x257A58) is known color: Salem. HEX triplet: 25, 7A and 58. RGB value is (37,122,88). Sum of RGB (Red+Green+Blue) = 37+122+88=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #257A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A58 is #DA85A7. Grayscale: #5C5C5C. Windows color (decimal): -14321064 or 5798437. OLE color: 5798437.

HSL color Cylindrical-coordinate representation of color #257A58: hue angle of 156º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A58 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 122 88 -
CMYK 0.70 0 0.28 0.52
HSL 156º 0.53% 0.31% -
HSV(B) 156º 0.7% 0.48% -
XYZ 9.48 15.02 11.63 -
YUV 92.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 37 122 88 0.70 0 0.28 0.52 156 0.53 0.31
Hex 25 7A 58 46 0 1C 34 9C 35 1F
Octal 45 172 130 106 0 34 64 234 65 37
Binary 100101 1111010 1011000 1000110 0 11100 110100 10011100 110101 11111

Color Harmonies of #257A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257A58

Black with #257A58

Text Example


Text Example

White with #257A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,122,88); }

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

background-color css

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

 a { background-color: rgb(37,122,88); }

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

border-color css

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

 span { border-color: rgb(37,122,88); }

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