#257160

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

Shades of Eden #257160

Tints of Eden #257160

Color information

#257160 (or 0x257160) is unknown color: approx Eden. HEX triplet: 25, 71 and 60. RGB value is (37,113,96). Sum of RGB (Red+Green+Blue) = 37+113+96=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #257160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257160 is #DA8E9F. Grayscale: #585858. Windows color (decimal): -14323360 or 6320421. OLE color: 6320421.

HSL color Cylindrical-coordinate representation of color #257160: hue angle of 166.58º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257160 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB3711396-
CMYK0.6700.150.56
HSL166.58º50.67%29.41%-
HSV(B)166.58º67.26%44.31%-
XYZ8.7813.0513.12-
YUV88.34132.3291.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=15.04%
G=45.93%
B=39.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37113960.6700.150.56166.5850.6729.41
Hex257160430F38a7331d
Octal45161140103017702476335
Binary100101111000111000001000011011111110001010011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257160; }

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

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

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

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

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

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

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

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