#156942

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

Shades of Jewel #156942

Tints of Jewel #156942

Color information

#156942 (or 0x156942) is unknown color: approx Jewel. HEX triplet: 15, 69 and 42. RGB value is (21,105,66). Sum of RGB (Red+Green+Blue) = 21+105+66=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #156942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156942 is #EA96BD. Grayscale: #4B4B4B. Windows color (decimal): -15374014 or 4352277. OLE color: 4352277.

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

Color convert

RGB2110566-
CMYK0.8000.370.59
HSL152.14º66.67%24.71%-
HSV(B)152.14º80%41.18%-
XYZ6.3410.666.88-
YUV75.44122.6789.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 105 (41.41% from 255) = 54.69%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=10.94%
G=54.69%
B=34.38%

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
Decimal21105660.8000.370.59152.1466.6724.71
Hex156942500253B984319
Octal251511021200457323010331
Binary10101110100110000101010000010010111101110011000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156942; }

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

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

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

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

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

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

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

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