#156B49

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

Shades of Jewel #156B49

Tints of Jewel #156B49

Color information

#156B49 (or 0x156B49) is unknown color: approx Jewel. HEX triplet: 15, 6B and 49. RGB value is (21,107,73). Sum of RGB (Red+Green+Blue) = 21+107+73=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 107 (42.19% from 255 or 53.23% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 107 - color contains mainly: green. Hex color #156B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B49 is #EA94B6. Grayscale: #4D4D4D. Windows color (decimal): -15373495 or 4811541. OLE color: 4811541.

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

Color convert

RGB2110773-
CMYK0.8000.320.58
HSL156.28º67.19%25.1%-
HSV(B)156.28º80.37%41.96%-
XYZ6.7711.168.1-
YUV77.41125.5187.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.45%
GREEN value IS 107 (42.19% from 255) = 53.23%
BLUE value IS 73 (28.91% from 255) = 36.32%
R=10.45%
G=53.23%
B=36.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107730.8000.320.58156.2867.1925.1
Hex156B49500203A9c4319
Octal251531111200407223410331
Binary10101110101110010011010000010000011101010011100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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