#819474

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

Shades of Amulet #819474

Tints of Amulet #819474

Color information

#819474 (or 0x819474) is unknown color: approx Amulet. HEX triplet: 81, 94 and 74. RGB value is (129,148,116). Sum of RGB (Red+Green+Blue) = 129+148+116=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #819474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819474 is #7E6B8B. Grayscale: #8A8A8A. Windows color (decimal): -8285068 or 7640193. OLE color: 7640193.

HSL color Cylindrical-coordinate representation of color #819474: hue angle of 95.62º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #819474 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB129148116-
CMYK0.1300.220.42
HSL95.62º13.01%51.76%-
HSV(B)95.62º21.62%58.04%-
XYZ22.827.1120.55-
YUV138.67115.21121.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=32.82%
G=37.66%
B=29.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291481160.1300.220.4295.6213.0151.76
Hex819474D0162A60d34
Octal20122416415026521401564
Binary10000001100101001110100110101011010101011000001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819474; }

 p { color: rgb(129,148,116); }

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

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

 a { background-color: rgb(129,148,116); }

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

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

 span { border-color: rgb(129,148,116); }

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