#156849

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

Shades of Jewel #156849

Tints of Jewel #156849

Color information

#156849 (or 0x156849) is unknown color: approx Jewel. HEX triplet: 15, 68 and 49. RGB value is (21,104,73). Sum of RGB (Red+Green+Blue) = 21+104+73=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #156849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156849 is #EA97B6. Grayscale: #4B4B4B. Windows color (decimal): -15374263 or 4810773. OLE color: 4810773.

HSL color Cylindrical-coordinate representation of color #156849: hue angle of 157.59º 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 #156849 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB2110473-
CMYK0.8000.300.59
HSL157.59º66.4%24.51%-
HSV(B)157.59º79.81%40.78%-
XYZ6.4610.548-
YUV75.65126.589.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.61%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=10.61%
G=52.53%
B=36.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104730.8000.300.59157.5966.424.51
Hex1568495001E3B9e4219
Octal251501111200367323610231
Binary1010111010001001001101000001111011101110011110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156849; }

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

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

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

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

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

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

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

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