#156145

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

Shades of Jewel #156145

Tints of Jewel #156145

Color information

#156145 (or 0x156145) is unknown color: approx Jewel. HEX triplet: 15, 61 and 45. RGB value is (21,97,69). Sum of RGB (Red+Green+Blue) = 21+97+69=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #156145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156145 is #EA9EBA. Grayscale: #474747. Windows color (decimal): -15376059 or 4546837. OLE color: 4546837.

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

Color convert

RGB219769-
CMYK0.7800.290.62
HSL157.89º64.41%23.14%-
HSV(B)157.89º78.35%38.04%-
XYZ5.669.147.1-
YUV71.08126.8292.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=11.23%
G=51.87%
B=36.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197690.7800.290.62157.8964.4123.14
Hex1561454E01D3E9e4017
Octal251411051160357623610027
Binary1010111000011000101100111001110111111010011110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156145; }

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

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

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

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

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

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

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

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