#25734F

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

Shades of Salem #25734F

Tints of Salem #25734F

Color information

#25734F (or 0x25734F) is unknown color: approx Salem. HEX triplet: 25, 73 and 4F. RGB value is (37,115,79). Sum of RGB (Red+Green+Blue) = 37+115+79=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #25734F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25734F is #DA8CB0. Grayscale: #575757. Windows color (decimal): -14322865 or 5206821. OLE color: 5206821.

HSL color Cylindrical-coordinate representation of color #25734F: hue angle of 152.31º degrees, saturation: 0.51, 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 #25734F is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB3711579-
CMYK0.6800.310.55
HSL152.31º51.32%29.8%-
HSV(B)152.31º67.83%45.1%-
XYZ8.313.229.51-
YUV87.57123.1691.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=16.02%
G=49.78%
B=34.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37115790.6800.310.55152.3151.3229.8
Hex25734F4401F3798331e
Octal45163117104037672306336
Binary1001011110011100111110001000111111101111001100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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