#25794F

Color #25794F Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #25794F

Tints of Salem #25794F

Color information

#25794F (or 0x25794F) is unknown color: approx 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

RGB3712179-
CMYK0.6900.350.53
HSL150º53.16%30.98%-
HSV(B)150º69.42%47.45%-
XYZ9.0114.639.75-
YUV91.1121.1789.42-

RGB Variations

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

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 (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37121790.6900.350.5315053.1630.98
Hex25794F450233596351f
Octal45171117105043652266537
Binary10010111110011001111100010101000111101011001011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>