Html Css Color HEX #257C52 Salem

📋 copy color: '#257C52'

red 37 ◦ green 124 ◦ blue 82

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

Shades of Salem #257C52

Tints of Salem #257C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 15.23%
G = 51.03%
B = 33.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#257C52 (or 0x257C52) is known color: Salem. HEX triplet: 25, 7C and 52. RGB value is (37,124,82). Sum of RGB (Red+Green+Blue) = 37+124+82=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #257C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C52 is #DA83AD. Grayscale: #5D5D5D. Windows color (decimal): -14320558 or 5405733. OLE color: 5405733.

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

Color convert

RGB 37 124 82 -
CMYK 0.70 0 0.34 0.51
HSL 151.03º 0.54% 0.32% -
HSV(B) 151.03º 0.7% 0.49% -
XYZ 9.49 15.42 10.46 -
YUV 93.2 121.68 87.92 -
System Red Green Blue C M Y K H S L
Decimal 37 124 82 0.70 0 0.34 0.51 151.03 0.54 0.32
Hex 25 7C 52 46 0 22 33 97 36 20
Octal 45 174 122 106 0 42 63 227 66 40
Binary 100101 1111100 1010010 1000110 0 100010 110011 10010111 110110 100000

Color Harmonies of #257C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C52

Black with #257C52

Text Example


Text Example

White with #257C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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