#25725D

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

Shades of Eden #25725D

Tints of Eden #25725D

Color information

#25725D (or 0x25725D) is unknown color: approx Eden. HEX triplet: 25, 72 and 5D. RGB value is (37,114,93). Sum of RGB (Red+Green+Blue) = 37+114+93=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #25725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25725D is #DA8DA2. Grayscale: #585858. Windows color (decimal): -14323107 or 6124069. OLE color: 6124069.

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

Color convert

RGB3711493-
CMYK0.6800.180.55
HSL163.64º50.99%29.61%-
HSV(B)163.64º67.54%44.71%-
XYZ8.7613.2212.45-
YUV88.58130.4991.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 114 (44.92% from 255) = 46.72%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=15.16%
G=46.72%
B=38.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114930.6800.180.55163.6450.9929.61
Hex25725D4401237a4331e
Octal45162135104022672446336
Binary1001011110010101110110001000100101101111010010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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