#156B40

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

Shades of Jewel #156B40

Tints of Jewel #156B40

Color information

#156B40 (or 0x156B40) is unknown color: approx Jewel. HEX triplet: 15, 6B and 40. RGB value is (21,107,64). Sum of RGB (Red+Green+Blue) = 21+107+64=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #156B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B40 is #EA94BF. Grayscale: #4C4C4C. Windows color (decimal): -15373504 or 4221717. OLE color: 4221717.

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

Color convert

RGB2110764-
CMYK0.8000.400.58
HSL150º67.19%25.1%-
HSV(B)150º80.37%41.96%-
XYZ6.4911.046.64-
YUV76.38121.0188.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 107 (42.19% from 255) = 55.73%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=10.94%
G=55.73%
B=33.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107640.8000.400.5815067.1925.1
Hex156B40500283A964319
Octal251531001200507222610331
Binary10101110101110000001010000010100011101010010110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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