#156C4D

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

Shades of Jewel #156C4D

Tints of Jewel #156C4D

Color information

#156C4D (or 0x156C4D) is unknown color: approx Jewel. HEX triplet: 15, 6C and 4D. RGB value is (21,108,77). Sum of RGB (Red+Green+Blue) = 21+108+77=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 108 (42.58% from 255 or 52.43% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 108 - color contains mainly: green. Hex color #156C4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156C4D is #EA93B2. Grayscale: #4E4E4E. Windows color (decimal): -15373235 or 5073941. OLE color: 5073941.

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

Color convert

RGB2110877-
CMYK0.8100.290.58
HSL158.62º67.44%25.29%-
HSV(B)158.62º80.56%42.35%-
XYZ7.0111.428.86-
YUV78.45127.1887.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 108 (42.58% from 255) = 52.43%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=10.19%
G=52.43%
B=37.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108770.8100.290.58158.6267.4425.29
Hex156C4D5101D3A9f4319
Octal251541151210357223710331
Binary1010111011001001101101000101110111101010011111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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