#156B3F

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

Shades of Jewel #156B3F

Tints of Jewel #156B3F

Color information

#156B3F (or 0x156B3F) is unknown color: approx Jewel. HEX triplet: 15, 6B and 3F. RGB value is (21,107,63). Sum of RGB (Red+Green+Blue) = 21+107+63=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #156B3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B3F is #EA94C0. Grayscale: #4C4C4C. Windows color (decimal): -15373505 or 4156181. OLE color: 4156181.

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

Color convert

RGB2110763-
CMYK0.8000.410.58
HSL149.3º67.19%25.1%-
HSV(B)149.3º80.37%41.96%-
XYZ6.4611.036.49-
YUV76.27120.5188.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 107 (42.19% from 255) = 56.02%
BLUE value IS 63 (25% from 255) = 32.98%
R=10.99%
G=56.02%
B=32.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107630.8000.410.58149.367.1925.1
Hex156B3F500293A954319
Octal25153771200517222510331
Binary1010111010111111111010000010100111101010010101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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