#25685F

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

Shades of Eden #25685F

Tints of Eden #25685F

Color information

#25685F (or 0x25685F) is unknown color: approx Eden. HEX triplet: 25, 68 and 5F. RGB value is (37,104,95). Sum of RGB (Red+Green+Blue) = 37+104+95=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #25685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25685F is #DA97A0. Grayscale: #525252. Windows color (decimal): -14325665 or 6252581. OLE color: 6252581.

HSL color Cylindrical-coordinate representation of color #25685F: hue angle of 171.94º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25685F is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB3710495-
CMYK0.6400.090.59
HSL171.94º47.52%27.65%-
HSV(B)171.94º64.42%40.78%-
XYZ7.7811.1212.56-
YUV82.94134.895.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 95 (37.5% from 255) = 40.25%
R=15.68%
G=44.07%
B=40.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37104950.6400.090.59171.9447.5227.65
Hex25685F40093Bac301c
Octal45150137100011732546034
Binary100101110100010111111000000010011110111010110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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