#156346

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

Shades of Jewel #156346

Tints of Jewel #156346

Color information

#156346 (or 0x156346) is unknown color: approx Jewel. HEX triplet: 15, 63 and 46. RGB value is (21,99,70). Sum of RGB (Red+Green+Blue) = 21+99+70=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #156346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156346 is #EA9CB9. Grayscale: #484848. Windows color (decimal): -15375546 or 4612885. OLE color: 4612885.

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

Color convert

RGB219970-
CMYK0.7900.290.61
HSL157.69º65%23.53%-
HSV(B)157.69º78.79%38.82%-
XYZ5.889.537.32-
YUV72.37126.6691.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=11.05%
G=52.11%
B=36.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2199700.7900.290.61157.696523.53
Hex1563464F01D3D9e4118
Octal251431061170357523610130
Binary1010111000111000110100111101110111110110011110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156346; }

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

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

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

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

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

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

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

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