#25744D

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

Shades of Salem #25744D

Tints of Salem #25744D

Color information

#25744D (or 0x25744D) is unknown color: approx Salem. HEX triplet: 25, 74 and 4D. RGB value is (37,116,77). Sum of RGB (Red+Green+Blue) = 37+116+77=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #25744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25744D is #DA8BB2. Grayscale: #585858. Windows color (decimal): -14322611 or 5076005. OLE color: 5076005.

HSL color Cylindrical-coordinate representation of color #25744D: hue angle of 150.38º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25744D is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB3711677-
CMYK0.6800.340.55
HSL150.38º51.63%30%-
HSV(B)150.38º68.1%45.49%-
XYZ8.3513.429.17-
YUV87.93121.8391.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 116 (45.70% from 255) = 50.43%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=16.09%
G=50.43%
B=33.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37116770.6800.340.55150.3851.6330
Hex25744D440223796341e
Octal45164115104042672266436
Binary10010111101001001101100010001000101101111001011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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