#156D55

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

Shades of Eden #156D55

Tints of Eden #156D55

Color information

#156D55 (or 0x156D55) is unknown color: approx Eden. HEX triplet: 15, 6D and 55. RGB value is (21,109,85). Sum of RGB (Red+Green+Blue) = 21+109+85=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #156D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D55 is #EA92AA. Grayscale: #4F4F4F. Windows color (decimal): -15372971 or 5598485. OLE color: 5598485.

HSL color Cylindrical-coordinate representation of color #156D55: hue angle of 163.64º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156D55 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB2110985-
CMYK0.8100.220.57
HSL163.64º67.69%25.49%-
HSV(B)163.64º80.73%42.75%-
XYZ7.4211.7510.47-
YUV79.95130.8585.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 109 (42.97% from 255) = 50.70%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=9.77%
G=50.70%
B=39.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21109850.8100.220.57163.6467.6925.49
Hex156D555101639a44419
Octal251551251210267124410431
Binary1010111011011010101101000101011011100110100100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156D55; }

 p { color: rgb(21,109,85); }

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

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

 a { background-color: rgb(21,109,85); }

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

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

 span { border-color: rgb(21,109,85); }

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