#156B44

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

Shades of Jewel #156B44

Tints of Jewel #156B44

Color information

#156B44 (or 0x156B44) is unknown color: approx Jewel. HEX triplet: 15, 6B and 44. RGB value is (21,107,68). Sum of RGB (Red+Green+Blue) = 21+107+68=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 107 (42.19% from 255 or 54.59% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 107 - color contains mainly: green. Hex color #156B44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B44 is #EA94BB. Grayscale: #4C4C4C. Windows color (decimal): -15373500 or 4483861. OLE color: 4483861.

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

Color convert

RGB2110768-
CMYK0.8000.360.58
HSL152.79º67.19%25.1%-
HSV(B)152.79º80.37%41.96%-
XYZ6.6111.097.26-
YUV76.84123.0188.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 107 (42.19% from 255) = 54.59%
BLUE value IS 68 (26.95% from 255) = 34.69%
R=10.71%
G=54.59%
B=34.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107680.8000.360.58152.7967.1925.1
Hex156B44500243A994319
Octal251531041200447223110331
Binary10101110101110001001010000010010011101010011001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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