#25764E

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

Shades of Salem #25764E

Tints of Salem #25764E

Color information

#25764E (or 0x25764E) is unknown color: approx Salem. HEX triplet: 25, 76 and 4E. RGB value is (37,118,78). Sum of RGB (Red+Green+Blue) = 37+118+78=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #25764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25764E is #DA89B1. Grayscale: #595959. Windows color (decimal): -14322098 or 5142053. OLE color: 5142053.

HSL color Cylindrical-coordinate representation of color #25764E: hue angle of 150.37º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25764E is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB3711878-
CMYK0.6900.340.54
HSL150.37º52.26%30.39%-
HSV(B)150.37º68.64%46.27%-
XYZ8.6213.99.44-
YUV89.22121.6690.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 118 (46.48% from 255) = 50.64%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=15.88%
G=50.64%
B=33.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37118780.6900.340.54150.3752.2630.39
Hex25764E450223696341e
Octal45166116105042662266436
Binary10010111101101001110100010101000101101101001011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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