#156840

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

Shades of Jewel #156840

Tints of Jewel #156840

Color information

#156840 (or 0x156840) is unknown color: approx Jewel. HEX triplet: 15, 68 and 40. RGB value is (21,104,64). Sum of RGB (Red+Green+Blue) = 21+104+64=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #156840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156840 is #EA97BF. Grayscale: #4A4A4A. Windows color (decimal): -15374272 or 4220949. OLE color: 4220949.

HSL color Cylindrical-coordinate representation of color #156840: hue angle of 151.08º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156840 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB2110464-
CMYK0.8000.380.59
HSL151.08º66.4%24.51%-
HSV(B)151.08º79.81%40.78%-
XYZ6.1810.436.54-
YUV74.6212289.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 104 (41.02% from 255) = 55.03%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=11.11%
G=55.03%
B=33.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104640.8000.380.59151.0866.424.51
Hex156840500263B974219
Octal251501001200467322710231
Binary10101110100010000001010000010011011101110010111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156840; }

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

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

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

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

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

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

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

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