#156149

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

Shades of Jewel #156149

Tints of Jewel #156149

Color information

#156149 (or 0x156149) is unknown color: approx Jewel. HEX triplet: 15, 61 and 49. RGB value is (21,97,73). Sum of RGB (Red+Green+Blue) = 21+97+73=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #156149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156149 is #EA9EB6. Grayscale: #474747. Windows color (decimal): -15376055 or 4808981. OLE color: 4808981.

HSL color Cylindrical-coordinate representation of color #156149: hue angle of 161.05º 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 #156149 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB219773-
CMYK0.7800.250.62
HSL161.05º64.41%23.14%-
HSV(B)161.05º78.35%38.04%-
XYZ5.799.197.77-
YUV71.54128.8291.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=10.99%
G=50.79%
B=38.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197730.7800.250.62161.0564.4123.14
Hex1561494E0193Ea14017
Octal251411111160317624110027
Binary1010111000011001001100111001100111111010100001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156149; }

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

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

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

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

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

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

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

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