#156144

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

Shades of Jewel #156144

Tints of Jewel #156144

Color information

#156144 (or 0x156144) is unknown color: approx Jewel. HEX triplet: 15, 61 and 44. RGB value is (21,97,68). Sum of RGB (Red+Green+Blue) = 21+97+68=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #156144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156144 is #EA9EBB. Grayscale: #474747. Windows color (decimal): -15376060 or 4481301. OLE color: 4481301.

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

Color convert

RGB219768-
CMYK0.7800.300.62
HSL157.11º64.41%23.14%-
HSV(B)157.11º78.35%38.04%-
XYZ5.639.136.93-
YUV70.97126.3292.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 97 (38.28% from 255) = 52.15%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=11.29%
G=52.15%
B=36.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2197680.7800.300.62157.1164.4123.14
Hex1561444E01E3E9d4017
Octal251411041160367623510027
Binary1010111000011000100100111001111011111010011101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156144; }

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

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

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

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

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

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

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

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