Html Css Color HEX #25794D Salem

📋 copy color: '#25794D'

red 37 ◦ green 121 ◦ blue 77

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

Shades of Salem #25794D

Tints of Salem #25794D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.49%

 BLUE value IS 77 (30.47% from 255) = 32.77%

R = 15.74%
G = 51.49%
B = 32.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#25794D (or 0x25794D) is known color: Salem. HEX triplet: 25, 79 and 4D. RGB value is (37,121,77). Sum of RGB (Red+Green+Blue) = 37+121+77=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #25794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25794D is #DA86B2. Grayscale: #5A5A5A. Windows color (decimal): -14321331 or 5077285. OLE color: 5077285.

HSL color Cylindrical-coordinate representation of color #25794D: hue angle of 148.57º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25794D is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 121 77 -
CMYK 0.69 0 0.36 0.53
HSL 148.57º 0.53% 0.31% -
HSV(B) 148.57º 0.69% 0.47% -
XYZ 8.94 14.6 9.37 -
YUV 90.87 120.17 89.58 -
System Red Green Blue C M Y K H S L
Decimal 37 121 77 0.69 0 0.36 0.53 148.57 0.53 0.31
Hex 25 79 4D 45 0 24 35 95 35 1F
Octal 45 171 115 105 0 44 65 225 65 37
Binary 100101 1111001 1001101 1000101 0 100100 110101 10010101 110101 11111

Color Harmonies of #25794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25794D

Black with #25794D

Text Example


Text Example

White with #25794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25794D; }

 p { color: rgb(37,121,77); }

 H1.HeaderClassName
 {
   color: #25794D;
 }
 .AnyTagClassName
 {
   color: #25794D;
 }
</style>

background-color css

<style>
 a { background-color: #25794D; }

 a { background-color: rgb(37,121,77); }

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

border-color css

<style>
 span { border-color: #25794D; }

 span { border-color: rgb(37,121,77); }

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