#156B53

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

Shades of Eden #156B53

Tints of Eden #156B53

Color information

#156B53 (or 0x156B53) is unknown color: approx Eden. HEX triplet: 15, 6B and 53. RGB value is (21,107,83). Sum of RGB (Red+Green+Blue) = 21+107+83=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #156B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156B53 is #EA94AC. Grayscale: #4E4E4E. Windows color (decimal): -15373485 or 5466901. OLE color: 5466901.

HSL color Cylindrical-coordinate representation of color #156B53: hue angle of 163.26º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156B53 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB2110783-
CMYK0.8000.220.58
HSL163.26º67.19%25.1%-
HSV(B)163.26º80.37%41.96%-
XYZ7.1311.39.99-
YUV78.55130.5186.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 107 (42.19% from 255) = 50.71%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=9.95%
G=50.71%
B=39.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107830.8000.220.58163.2667.1925.1
Hex156B53500163Aa34319
Octal251531231200267224310331
Binary1010111010111010011101000001011011101010100011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,107,83); }

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

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

 a { background-color: rgb(21,107,83); }

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

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

 span { border-color: rgb(21,107,83); }

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