#25725F

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

Shades of Eden #25725F

Tints of Eden #25725F

Color information

#25725F (or 0x25725F) is unknown color: approx Eden. HEX triplet: 25, 72 and 5F. RGB value is (37,114,95). Sum of RGB (Red+Green+Blue) = 37+114+95=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #25725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25725F is #DA8DA0. Grayscale: #585858. Windows color (decimal): -14323105 or 6255141. OLE color: 6255141.

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

Color convert

RGB3711495-
CMYK0.6800.170.55
HSL165.19º50.99%29.61%-
HSV(B)165.19º67.54%44.71%-
XYZ8.8513.2512.92-
YUV88.81131.4991.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=15.04%
G=46.34%
B=38.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114950.6800.170.55165.1950.9929.61
Hex25725F4401137a5331e
Octal45162137104021672456336
Binary1001011110010101111110001000100011101111010010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,114,95); }

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

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

 a { background-color: rgb(37,114,95); }

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

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

 span { border-color: rgb(37,114,95); }

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