Html Css Color HEX #257A56 Salem

📋 copy color: '#257A56'

red 37 ◦ green 122 ◦ blue 86

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

Shades of Salem #257A56

Tints of Salem #257A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.1%

R = 15.1%
G = 49.8%
B = 35.1%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#257A56 (or 0x257A56) is known color: Salem. HEX triplet: 25, 7A and 56. RGB value is (37,122,86). Sum of RGB (Red+Green+Blue) = 37+122+86=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #257A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A56 is #DA85A9. Grayscale: #5C5C5C. Windows color (decimal): -14321066 or 5667365. OLE color: 5667365.

HSL color Cylindrical-coordinate representation of color #257A56: hue angle of 154.59º 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 #257A56 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 122 86 -
CMYK 0.70 0 0.30 0.52
HSL 154.59º 0.53% 0.31% -
HSV(B) 154.59º 0.7% 0.48% -
XYZ 9.4 14.98 11.2 -
YUV 92.48 124.34 88.43 -
System Red Green Blue C M Y K H S L
Decimal 37 122 86 0.70 0 0.30 0.52 154.59 0.53 0.31
Hex 25 7A 56 46 0 1E 34 9B 35 1F
Octal 45 172 126 106 0 36 64 233 65 37
Binary 100101 1111010 1010110 1000110 0 11110 110100 10011011 110101 11111

Color Harmonies of #257A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257A56

Black with #257A56

Text Example


Text Example

White with #257A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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