#156C4E

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

Shades of Jewel #156C4E

Tints of Jewel #156C4E

Color information

#156C4E (or 0x156C4E) is unknown color: approx Jewel. HEX triplet: 15, 6C and 4E. RGB value is (21,108,78). Sum of RGB (Red+Green+Blue) = 21+108+78=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #156C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156C4E is #EA93B1. Grayscale: #4E4E4E. Windows color (decimal): -15373234 or 5139477. OLE color: 5139477.

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

Color convert

RGB2110878-
CMYK0.8100.280.58
HSL159.31º67.44%25.29%-
HSV(B)159.31º80.56%42.35%-
XYZ7.0511.439.04-
YUV78.57127.6886.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 108 (42.58% from 255) = 52.17%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=10.14%
G=52.17%
B=37.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108780.8100.280.58159.3167.4425.29
Hex156C4E5101C3A9f4319
Octal251541161210347223710331
Binary1010111011001001110101000101110011101010011111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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