#156B45

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

Shades of Jewel #156B45

Tints of Jewel #156B45

Color information

#156B45 (or 0x156B45) is unknown color: approx Jewel. HEX triplet: 15, 6B and 45. RGB value is (21,107,69). Sum of RGB (Red+Green+Blue) = 21+107+69=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #156B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B45 is #EA94BA. Grayscale: #4D4D4D. Windows color (decimal): -15373499 or 4549397. OLE color: 4549397.

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

Color convert

RGB2110769-
CMYK0.8000.360.58
HSL153.49º67.19%25.1%-
HSV(B)153.49º80.37%41.96%-
XYZ6.6411.17.42-
YUV76.95123.5188.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 107 (42.19% from 255) = 54.31%
BLUE value IS 69 (27.34% from 255) = 35.03%
R=10.66%
G=54.31%
B=35.03%

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
Decimal21107690.8000.360.58153.4967.1925.1
Hex156B45500243A994319
Octal251531051200447223110331
Binary10101110101110001011010000010010011101010011001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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