#156842

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

Shades of Jewel #156842

Tints of Jewel #156842

Color information

#156842 (or 0x156842) is unknown color: approx Jewel. HEX triplet: 15, 68 and 42. RGB value is (21,104,66). Sum of RGB (Red+Green+Blue) = 21+104+66=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #156842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156842 is #EA97BD. Grayscale: #4A4A4A. Windows color (decimal): -15374270 or 4352021. OLE color: 4352021.

HSL color Cylindrical-coordinate representation of color #156842: hue angle of 152.53º 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 #156842 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB2110466-
CMYK0.8000.370.59
HSL152.53º66.4%24.51%-
HSV(B)152.53º79.81%40.78%-
XYZ6.2410.456.84-
YUV74.8512389.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=10.99%
G=54.45%
B=34.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104660.8000.370.59152.5366.424.51
Hex156842500253B994219
Octal251501021200457323110231
Binary10101110100010000101010000010010111101110011001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156842; }

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

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

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

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

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

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

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

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