#25794E

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

Shades of Salem #25794E

Tints of Salem #25794E

Color information

#25794E (or 0x25794E) is unknown color: approx Salem. HEX triplet: 25, 79 and 4E. RGB value is (37,121,78). Sum of RGB (Red+Green+Blue) = 37+121+78=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #25794E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25794E is #DA86B1. Grayscale: #5B5B5B. Windows color (decimal): -14321330 or 5142821. OLE color: 5142821.

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

Color convert

RGB3712178-
CMYK0.6900.360.53
HSL149.29º53.16%30.98%-
HSV(B)149.29º69.42%47.45%-
XYZ8.9814.629.56-
YUV90.98120.6789.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 121 (47.66% from 255) = 51.27%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=15.68%
G=51.27%
B=33.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37121780.6900.360.53149.2953.1630.98
Hex25794E450243595351f
Octal45171116105044652256537
Binary10010111110011001110100010101001001101011001010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25794E;
 }
 .AnyTagClassName
 {
   color: #25794E;
 }
</style>
background-color css

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

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

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

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

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

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