Html Css Color HEX #257C48 Salem

📋 copy color: '#257C48'

red 37 ◦ green 124 ◦ blue 72

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

Shades of Salem #257C48

Tints of Salem #257C48

RGB

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

 GREEN value IS 124 (48.83% from 255) = 53.22%

 BLUE value IS 72 (28.52% from 255) = 30.9%

R = 15.88%
G = 53.22%
B = 30.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#257C48 (or 0x257C48) is known color: Salem. HEX triplet: 25, 7C and 48. RGB value is (37,124,72). Sum of RGB (Red+Green+Blue) = 37+124+72=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #257C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C48 is #DA83B7. Grayscale: #5C5C5C. Windows color (decimal): -14320568 or 4750373. OLE color: 4750373.

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

Color convert

RGB 37 124 72 -
CMYK 0.70 0 0.42 0.51
HSL 144.14º 0.54% 0.32% -
HSV(B) 144.14º 0.7% 0.49% -
XYZ 9.14 15.28 8.6 -
YUV 92.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 37 124 72 0.70 0 0.42 0.51 144.14 0.54 0.32
Hex 25 7C 48 46 0 2A 33 90 36 20
Octal 45 174 110 106 0 52 63 220 66 40
Binary 100101 1111100 1001000 1000110 0 101010 110011 10010000 110110 100000

Color Harmonies of #257C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C48

Black with #257C48

Text Example


Text Example

White with #257C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,124,72); }

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

background-color css

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

 a { background-color: rgb(37,124,72); }

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

border-color css

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

 span { border-color: rgb(37,124,72); }

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