#156D47

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

Shades of Jewel #156D47

Tints of Jewel #156D47

Color information

#156D47 (or 0x156D47) is unknown color: approx Jewel. HEX triplet: 15, 6D and 47. RGB value is (21,109,71). Sum of RGB (Red+Green+Blue) = 21+109+71=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 109 (42.97% from 255 or 54.23% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 109 - color contains mainly: green. Hex color #156D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156D47 is #EA92B8. Grayscale: #4E4E4E. Windows color (decimal): -15372985 or 4680981. OLE color: 4680981.

HSL color Cylindrical-coordinate representation of color #156D47: hue angle of 154.09º 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 #156D47 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB2110971-
CMYK0.8100.350.57
HSL154.09º67.69%25.49%-
HSV(B)154.09º80.73%42.75%-
XYZ6.9211.557.83-
YUV78.36123.8587.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 109 (42.97% from 255) = 54.23%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=10.45%
G=54.23%
B=35.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21109710.8100.350.57154.0967.6925.49
Hex156D4751023399a4419
Octal251551071210437123210431
Binary10101110110110001111010001010001111100110011010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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