#136050

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

Shades of Eden #136050

Tints of Eden #136050

Color information

#136050 (or 0x136050) is unknown color: approx Eden. HEX triplet: 13, 60 and 50. RGB value is (19,96,80). Sum of RGB (Red+Green+Blue) = 19+96+80=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #136050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136050 is #EC9FAF. Grayscale: #474747. Windows color (decimal): -15507376 or 5267475. OLE color: 5267475.

HSL color Cylindrical-coordinate representation of color #136050: hue angle of 167.53º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136050 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB199680-
CMYK0.8000.170.62
HSL167.53º66.96%22.55%-
HSV(B)167.53º80.21%37.65%-
XYZ5.99.089.03-
YUV71.15132.9990.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=9.74%
G=49.23%
B=41.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996800.8000.170.62167.5366.9622.55
Hex136050500113Ea84317
Octal231401201200217625010327
Binary1001111000001010000101000001000111111010101000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136050; }

 p { color: rgb(19,96,80); }

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

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

 a { background-color: rgb(19,96,80); }

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

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

 span { border-color: rgb(19,96,80); }

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