Html Css Color HEX #257C4B Salem

📋 copy color: '#257C4B'

red 37 ◦ green 124 ◦ blue 75

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

Shades of Salem #257C4B

Tints of Salem #257C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 15.68%
G = 52.54%
B = 31.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#257C4B (or 0x257C4B) is known color: Salem. HEX triplet: 25, 7C and 4B. RGB value is (37,124,75). Sum of RGB (Red+Green+Blue) = 37+124+75=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #257C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C4B is #DA83B4. Grayscale: #5C5C5C. Windows color (decimal): -14320565 or 4946981. OLE color: 4946981.

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

Color convert

RGB 37 124 75 -
CMYK 0.70 0 0.40 0.51
HSL 146.21º 0.54% 0.32% -
HSV(B) 146.21º 0.7% 0.49% -
XYZ 9.24 15.32 9.13 -
YUV 92.4 118.18 88.48 -
System Red Green Blue C M Y K H S L
Decimal 37 124 75 0.70 0 0.40 0.51 146.21 0.54 0.32
Hex 25 7C 4B 46 0 28 33 92 36 20
Octal 45 174 113 106 0 50 63 222 66 40
Binary 100101 1111100 1001011 1000110 0 101000 110011 10010010 110110 100000

Color Harmonies of #257C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C4B

Black with #257C4B

Text Example


Text Example

White with #257C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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