#156B47

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

Shades of Jewel #156B47

Tints of Jewel #156B47

Color information

#156B47 (or 0x156B47) is unknown color: approx Jewel. HEX triplet: 15, 6B and 47. RGB value is (21,107,71). Sum of RGB (Red+Green+Blue) = 21+107+71=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #156B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B47 is #EA94B8. Grayscale: #4D4D4D. Windows color (decimal): -15373497 or 4680469. OLE color: 4680469.

HSL color Cylindrical-coordinate representation of color #156B47: hue angle of 154.88º 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 #156B47 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB2110771-
CMYK0.8000.340.58
HSL154.88º67.19%25.1%-
HSV(B)154.88º80.37%41.96%-
XYZ6.711.137.76-
YUV77.18124.5187.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 107 (42.19% from 255) = 53.77%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=10.55%
G=53.77%
B=35.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107710.8000.340.58154.8867.1925.1
Hex156B47500223A9b4319
Octal251531071200427223310331
Binary10101110101110001111010000010001011101010011011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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