#255750

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

Shades of Eden #255750

Tints of Eden #255750

Color information

#255750 (or 0x255750) is unknown color: approx Eden. HEX triplet: 25, 57 and 50. RGB value is (37,87,80). Sum of RGB (Red+Green+Blue) = 37+87+80=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 87 - color contains mainly: green. Hex color #255750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255750 is #DAA8AF. Grayscale: #474747. Windows color (decimal): -14330032 or 5265189. OLE color: 5265189.

HSL color Cylindrical-coordinate representation of color #255750: hue angle of 171.6º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #255750 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB378780-
CMYK0.5700.080.66
HSL171.6º40.32%24.31%-
HSV(B)171.6º57.47%34.12%-
XYZ5.627.798.8-
YUV71.25132.94103.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 87 (34.38% from 255) = 42.65%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=18.14%
G=42.65%
B=39.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3787800.5700.080.66171.640.3224.31
Hex255750390842ac2818
Octal45127120710101022545030
Binary100101101011110100001110010100010000101010110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255750; }

 p { color: rgb(37,87,80); }

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

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

 a { background-color: rgb(37,87,80); }

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

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

 span { border-color: rgb(37,87,80); }

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