#136051

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

Shades of Eden #136051

Tints of Eden #136051

Color information

#136051 (or 0x136051) is unknown color: approx Eden. HEX triplet: 13, 60 and 51. RGB value is (19,96,81). Sum of RGB (Red+Green+Blue) = 19+96+81=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #136051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136051 is #EC9FAE. Grayscale: #474747. Windows color (decimal): -15507375 or 5333011. OLE color: 5333011.

HSL color Cylindrical-coordinate representation of color #136051: hue angle of 168.31º 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 #136051 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB199681-
CMYK0.8000.160.62
HSL168.31º66.96%22.55%-
HSV(B)168.31º80.21%37.65%-
XYZ5.949.19.23-
YUV71.27133.4990.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=9.69%
G=48.98%
B=41.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996810.8000.160.62168.3166.9622.55
Hex136051500103Ea84317
Octal231401211200207625010327
Binary1001111000001010001101000001000011111010101000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136051; }

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

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

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

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

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

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

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

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