#255650

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

Shades of Eden #255650

Tints of Eden #255650

Color information

#255650 (or 0x255650) is unknown color: approx Eden. HEX triplet: 25, 56 and 50. RGB value is (37,86,80). Sum of RGB (Red+Green+Blue) = 37+86+80=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #255650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255650 is #DAA9AF. Grayscale: #464646. Windows color (decimal): -14330288 or 5264933. OLE color: 5264933.

HSL color Cylindrical-coordinate representation of color #255650: hue angle of 172.65º 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 #255650 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB378680-
CMYK0.5700.070.66
HSL172.65º39.84%24.12%-
HSV(B)172.65º56.98%33.73%-
XYZ5.547.638.77-
YUV70.67133.27103.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=18.23%
G=42.36%
B=39.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3786800.5700.070.66172.6539.8424.12
Hex255650390742ad2818
Octal4512612071071022555030
Binary10010110101101010000111001011110000101010110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255650; }

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

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

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

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

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

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

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

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