#156044

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

Shades of Jewel #156044

Tints of Jewel #156044

Color information

#156044 (or 0x156044) is unknown color: approx Jewel. HEX triplet: 15, 60 and 44. RGB value is (21,96,68). Sum of RGB (Red+Green+Blue) = 21+96+68=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #156044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156044 is #EA9FBB. Grayscale: #464646. Windows color (decimal): -15376316 or 4481045. OLE color: 4481045.

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

Color convert

RGB219668-
CMYK0.7800.290.62
HSL157.6º64.1%22.94%-
HSV(B)157.6º78.12%37.65%-
XYZ5.548.946.9-
YUV70.38126.6592.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=11.35%
G=51.89%
B=36.76%

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
Decimal2196680.7800.290.62157.664.122.94
Hex1560444E01D3E9e4017
Octal251401041160357623610027
Binary1010111000001000100100111001110111111010011110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156044; }

 p { color: rgb(21,96,68); }

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

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

 a { background-color: rgb(21,96,68); }

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

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

 span { border-color: rgb(21,96,68); }

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