Html Css Color HEX #25794F Salem

📋 copy color: '#25794F'

red 37 ◦ green 121 ◦ blue 79

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

Shades of Salem #25794F

Tints of Salem #25794F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.33%

R = 15.61%
G = 51.05%
B = 33.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#25794F (or 0x25794F) is known color: Salem. HEX triplet: 25, 79 and 4F. RGB value is (37,121,79). Sum of RGB (Red+Green+Blue) = 37+121+79=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #25794F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25794F is #DA86B0. Grayscale: #5B5B5B. Windows color (decimal): -14321329 or 5208357. OLE color: 5208357.

HSL color Cylindrical-coordinate representation of color #25794F: hue angle of 150º 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 #25794F is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 121 79 -
CMYK 0.69 0 0.35 0.53
HSL 150º 0.53% 0.31% -
HSV(B) 150º 0.69% 0.47% -
XYZ 9.01 14.63 9.75 -
YUV 91.1 121.17 89.42 -
System Red Green Blue C M Y K H S L
Decimal 37 121 79 0.69 0 0.35 0.53 150 0.53 0.31
Hex 25 79 4F 45 0 23 35 96 35 1F
Octal 45 171 117 105 0 43 65 226 65 37
Binary 100101 1111001 1001111 1000101 0 100011 110101 10010110 110101 11111

Color Harmonies of #25794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25794F

Black with #25794F

Text Example


Text Example

White with #25794F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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