#156949

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

Shades of Jewel #156949

Tints of Jewel #156949

Color information

#156949 (or 0x156949) is unknown color: approx Jewel. HEX triplet: 15, 69 and 49. RGB value is (21,105,73). Sum of RGB (Red+Green+Blue) = 21+105+73=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #156949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156949 is #EA96B6. Grayscale: #4C4C4C. Windows color (decimal): -15374007 or 4811029. OLE color: 4811029.

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

Color convert

RGB2110573-
CMYK0.8000.300.59
HSL157.14º66.67%24.71%-
HSV(B)157.14º80%41.18%-
XYZ6.5610.748.03-
YUV76.24126.1788.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 105 (41.41% from 255) = 52.76%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=10.55%
G=52.76%
B=36.68%

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
Decimal21105730.8000.300.59157.1466.6724.71
Hex1569495001E3B9d4319
Octal251511111200367323510331
Binary1010111010011001001101000001111011101110011101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156949; }

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

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

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

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

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

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

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

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