#156546

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

Shades of Jewel #156546

Tints of Jewel #156546

Color information

#156546 (or 0x156546) is unknown color: approx Jewel. HEX triplet: 15, 65 and 46. RGB value is (21,101,70). Sum of RGB (Red+Green+Blue) = 21+101+70=192 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.94% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #156546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156546 is #EA9AB9. Grayscale: #494949. Windows color (decimal): -15375034 or 4613397. OLE color: 4613397.

HSL color Cylindrical-coordinate representation of color #156546: hue angle of 156.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156546 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB2110170-
CMYK0.7900.310.60
HSL156.75º65.57%23.92%-
HSV(B)156.75º79.21%39.61%-
XYZ6.079.917.39-
YUV73.5512690.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.94%
GREEN value IS 101 (39.84% from 255) = 52.60%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=10.94%
G=52.60%
B=36.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21101700.7900.310.60156.7565.5723.92
Hex1565464F01F3C9d4218
Octal251451061170377423510230
Binary1010111001011000110100111101111111110010011101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156546; }

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

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

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

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

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

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

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

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