#156246

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

Shades of Jewel #156246

Tints of Jewel #156246

Color information

#156246 (or 0x156246) is unknown color: approx Jewel. HEX triplet: 15, 62 and 46. RGB value is (21,98,70). Sum of RGB (Red+Green+Blue) = 21+98+70=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #156246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156246 is #EA9DB9. Grayscale: #474747. Windows color (decimal): -15375802 or 4612629. OLE color: 4612629.

HSL color Cylindrical-coordinate representation of color #156246: hue angle of 158.18º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156246 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB219870-
CMYK0.7900.290.62
HSL158.18º64.71%23.33%-
HSV(B)158.18º78.57%38.43%-
XYZ5.789.347.29-
YUV71.78126.9991.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 98 (38.67% from 255) = 51.85%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=11.11%
G=51.85%
B=37.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198700.7900.290.62158.1864.7123.33
Hex1562464F01D3E9e4117
Octal251421061170357623610127
Binary1010111000101000110100111101110111111010011110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156246; }

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

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

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

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

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

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

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

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