#156847

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

Shades of Jewel #156847

Tints of Jewel #156847

Color information

#156847 (or 0x156847) is unknown color: approx Jewel. HEX triplet: 15, 68 and 47. RGB value is (21,104,71). Sum of RGB (Red+Green+Blue) = 21+104+71=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #156847 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156847 is #EA97B8. Grayscale: #4B4B4B. Windows color (decimal): -15374265 or 4679701. OLE color: 4679701.

HSL color Cylindrical-coordinate representation of color #156847: hue angle of 156.14º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156847 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB2110471-
CMYK0.8000.320.59
HSL156.14º66.4%24.51%-
HSV(B)156.14º79.81%40.78%-
XYZ6.410.517.65-
YUV75.42125.589.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 104 (41.02% from 255) = 53.06%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=10.71%
G=53.06%
B=36.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104710.8000.320.59156.1466.424.51
Hex156847500203B9c4219
Octal251501071200407323410231
Binary10101110100010001111010000010000011101110011100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156847; }

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

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

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

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

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

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

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

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