#257260

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

Shades of Eden #257260

Tints of Eden #257260

Color information

#257260 (or 0x257260) is unknown color: approx Eden. HEX triplet: 25, 72 and 60. RGB value is (37,114,96). Sum of RGB (Red+Green+Blue) = 37+114+96=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #257260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257260 is #DA8D9F. Grayscale: #585858. Windows color (decimal): -14323104 or 6320677. OLE color: 6320677.

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

Color convert

RGB3711496-
CMYK0.6800.160.55
HSL165.97º50.99%29.61%-
HSV(B)165.97º67.54%44.71%-
XYZ8.8913.2713.16-
YUV88.92131.9990.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 114 (44.92% from 255) = 46.15%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=14.98%
G=46.15%
B=38.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114960.6800.160.55165.9750.9929.61
Hex2572604401037a6331e
Octal45162140104020672466336
Binary1001011110010110000010001000100001101111010011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257260; }

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

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

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

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

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

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

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

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