#156545

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

Shades of Jewel #156545

Tints of Jewel #156545

Color information

#156545 (or 0x156545) is unknown color: approx Jewel. HEX triplet: 15, 65 and 45. RGB value is (21,101,69). Sum of RGB (Red+Green+Blue) = 21+101+69=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #156545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156545 is #EA9ABA. Grayscale: #494949. Windows color (decimal): -15375035 or 4547861. OLE color: 4547861.

HSL color Cylindrical-coordinate representation of color #156545: hue angle of 156º 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 #156545 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB2110169-
CMYK0.7900.320.60
HSL156º65.57%23.92%-
HSV(B)156º79.21%39.61%-
XYZ6.049.97.22-
YUV73.43125.590.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 101 (39.84% from 255) = 52.88%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=10.99%
G=52.88%
B=36.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21101690.7900.320.6015665.5723.92
Hex1565454F0203C9c4218
Octal251451051170407423410230
Binary10101110010110001011001111010000011110010011100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156545; }

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

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

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

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

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

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

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

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