#25725E

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

Shades of Eden #25725E

Tints of Eden #25725E

Color information

#25725E (or 0x25725E) is unknown color: approx Eden. HEX triplet: 25, 72 and 5E. RGB value is (37,114,94). Sum of RGB (Red+Green+Blue) = 37+114+94=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #25725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25725E is #DA8DA1. Grayscale: #585858. Windows color (decimal): -14323106 or 6189605. OLE color: 6189605.

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

Color convert

RGB3711494-
CMYK0.6800.180.55
HSL164.42º50.99%29.61%-
HSV(B)164.42º67.54%44.71%-
XYZ8.813.2412.68-
YUV88.7130.9991.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.10%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=15.10%
G=46.53%
B=38.37%

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
Decimal37114940.6800.180.55164.4250.9929.61
Hex25725E4401237a4331e
Octal45162136104022672446336
Binary1001011110010101111010001000100101101111010010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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