#156B46

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

Shades of Jewel #156B46

Tints of Jewel #156B46

Color information

#156B46 (or 0x156B46) is unknown color: approx Jewel. HEX triplet: 15, 6B and 46. RGB value is (21,107,70). Sum of RGB (Red+Green+Blue) = 21+107+70=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #156B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B46 is #EA94B9. Grayscale: #4D4D4D. Windows color (decimal): -15373498 or 4614933. OLE color: 4614933.

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

Color convert

RGB2110770-
CMYK0.8000.350.58
HSL154.19º67.19%25.1%-
HSV(B)154.19º80.37%41.96%-
XYZ6.6711.127.59-
YUV77.07124.0188.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 107 (42.19% from 255) = 54.04%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=10.61%
G=54.04%
B=35.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107700.8000.350.58154.1967.1925.1
Hex156B46500233A9a4319
Octal251531061200437223210331
Binary10101110101110001101010000010001111101010011010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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