Html Css Color HEX #257F48 Salem

📋 copy color: '#257F48'

red 37 ◦ green 127 ◦ blue 72

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

Shades of Salem #257F48

Tints of Salem #257F48

RGB

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

 GREEN value IS 127 (50% from 255) = 53.81%

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

R = 15.68%
G = 53.81%
B = 30.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#257F48 (or 0x257F48) is known color: Salem. HEX triplet: 25, 7F and 48. RGB value is (37,127,72). Sum of RGB (Red+Green+Blue) = 37+127+72=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #257F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F48 is #DA80B7. Grayscale: #5D5D5D. Windows color (decimal): -14319800 or 4751141. OLE color: 4751141.

HSL color Cylindrical-coordinate representation of color #257F48: hue angle of 143.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F48 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 127 72 -
CMYK 0.71 0 0.43 0.50
HSL 143.33º 0.55% 0.32% -
HSV(B) 143.33º 0.71% 0.5% -
XYZ 9.52 16.04 8.73 -
YUV 93.82 115.68 87.47 -
System Red Green Blue C M Y K H S L
Decimal 37 127 72 0.71 0 0.43 0.50 143.33 0.55 0.32
Hex 25 7F 48 47 0 2B 32 8F 37 20
Octal 45 177 110 107 0 53 62 217 67 40
Binary 100101 1111111 1001000 1000111 0 101011 110010 10001111 110111 100000

Color Harmonies of #257F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F48

Black with #257F48

Text Example


Text Example

White with #257F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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