#156946

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

Shades of Jewel #156946

Tints of Jewel #156946

Color information

#156946 (or 0x156946) is unknown color: approx Jewel. HEX triplet: 15, 69 and 46. RGB value is (21,105,70). Sum of RGB (Red+Green+Blue) = 21+105+70=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #156946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156946 is #EA96B9. Grayscale: #4B4B4B. Windows color (decimal): -15374010 or 4614421. OLE color: 4614421.

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

Color convert

RGB2110570-
CMYK0.8000.330.59
HSL155º66.67%24.71%-
HSV(B)155º80%41.18%-
XYZ6.4710.77.52-
YUV75.89124.6788.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.71%
GREEN value IS 105 (41.41% from 255) = 53.57%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=10.71%
G=53.57%
B=35.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21105700.8000.330.5915566.6724.71
Hex156946500213B9b4319
Octal251511061200417323310331
Binary10101110100110001101010000010000111101110011011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156946; }

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

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

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

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

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

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

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

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