#255850

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

Shades of Eden #255850

Tints of Eden #255850

Color information

#255850 (or 0x255850) is unknown color: approx Eden. HEX triplet: 25, 58 and 50. RGB value is (37,88,80). Sum of RGB (Red+Green+Blue) = 37+88+80=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #255850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255850 is #DAA7AF. Grayscale: #474747. Windows color (decimal): -14329776 or 5265445. OLE color: 5265445.

HSL color Cylindrical-coordinate representation of color #255850: hue angle of 170.59º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255850 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB378880-
CMYK0.5800.090.65
HSL170.59º40.8%24.51%-
HSV(B)170.59º57.95%34.51%-
XYZ5.77.958.82-
YUV71.84132.6103.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 88 (34.77% from 255) = 42.93%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=18.05%
G=42.93%
B=39.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3788800.5800.090.65170.5940.824.51
Hex2558503A0941ab2919
Octal45130120720111012535131
Binary100101101100010100001110100100110000011010101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255850; }

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

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

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

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

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

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

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

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