#156C49

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

Shades of Jewel #156C49

Tints of Jewel #156C49

Color information

#156C49 (or 0x156C49) is unknown color: approx Jewel. HEX triplet: 15, 6C and 49. RGB value is (21,108,73). Sum of RGB (Red+Green+Blue) = 21+108+73=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 108 (42.58% from 255 or 53.47% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 108 - color contains mainly: green. Hex color #156C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C49 is #EA93B6. Grayscale: #4E4E4E. Windows color (decimal): -15373239 or 4811797. OLE color: 4811797.

HSL color Cylindrical-coordinate representation of color #156C49: hue angle of 155.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156C49 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB2110873-
CMYK0.8100.320.58
HSL155.86º67.44%25.29%-
HSV(B)155.86º80.56%42.35%-
XYZ6.8711.378.13-
YUV78125.1887.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 108 (42.58% from 255) = 53.47%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=10.40%
G=53.47%
B=36.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108730.8100.320.58155.8667.4425.29
Hex156C49510203A9c4319
Octal251541111210407223410331
Binary10101110110010010011010001010000011101010011100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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