#156C40

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

Shades of Jewel #156C40

Tints of Jewel #156C40

Color information

#156C40 (or 0x156C40) is unknown color: approx Jewel. HEX triplet: 15, 6C and 40. RGB value is (21,108,64). Sum of RGB (Red+Green+Blue) = 21+108+64=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #156C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156C40 is #EA93BF. Grayscale: #4D4D4D. Windows color (decimal): -15373248 or 4221973. OLE color: 4221973.

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

Color convert

RGB2110864-
CMYK0.8100.410.58
HSL149.66º67.44%25.29%-
HSV(B)149.66º80.56%42.35%-
XYZ6.611.256.68-
YUV76.97120.6888.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 108 (42.58% from 255) = 55.96%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=10.88%
G=55.96%
B=33.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108640.8100.410.58149.6667.4425.29
Hex156C40510293A964319
Octal251541001210517222610331
Binary10101110110010000001010001010100111101010010110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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