#156B41

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

Shades of Jewel #156B41

Tints of Jewel #156B41

Color information

#156B41 (or 0x156B41) is unknown color: approx Jewel. HEX triplet: 15, 6B and 41. RGB value is (21,107,65). Sum of RGB (Red+Green+Blue) = 21+107+65=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #156B41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156B41 is #EA94BE. Grayscale: #4C4C4C. Windows color (decimal): -15373503 or 4287253. OLE color: 4287253.

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

Color convert

RGB2110765-
CMYK0.8000.390.58
HSL150.7º67.19%25.1%-
HSV(B)150.7º80.37%41.96%-
XYZ6.5211.066.79-
YUV76.5121.5188.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 107 (42.19% from 255) = 55.44%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=10.88%
G=55.44%
B=33.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21107650.8000.390.58150.767.1925.1
Hex156B41500273A974319
Octal251531011200477222710331
Binary10101110101110000011010000010011111101010010111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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