#136152

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

Shades of Eden #136152

Tints of Eden #136152

Color information

#136152 (or 0x136152) is unknown color: approx Eden. HEX triplet: 13, 61 and 52. RGB value is (19,97,82). Sum of RGB (Red+Green+Blue) = 19+97+82=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #136152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136152 is #EC9EAD. Grayscale: #474747. Windows color (decimal): -15507118 or 5398803. OLE color: 5398803.

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

Color convert

RGB199782-
CMYK0.8000.150.62
HSL168.46º67.24%22.75%-
HSV(B)168.46º80.41%38.04%-
XYZ6.079.39.46-
YUV71.97133.6690.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.60%
GREEN value IS 97 (38.28% from 255) = 48.99%
BLUE value IS 82 (32.42% from 255) = 41.41%
R=9.60%
G=48.99%
B=41.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997820.8000.150.62168.4667.2422.75
Hex136152500F3Ea84317
Octal231411221200177625010327
Binary100111100001101001010100000111111111010101000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136152; }

 p { color: rgb(19,97,82); }

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

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

 a { background-color: rgb(19,97,82); }

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

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

 span { border-color: rgb(19,97,82); }

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