#819479

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

Shades of Amulet #819479

Tints of Amulet #819479

Color information

#819479 (or 0x819479) is unknown color: approx Amulet. HEX triplet: 81, 94 and 79. RGB value is (129,148,121). Sum of RGB (Red+Green+Blue) = 129+148+121=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #819479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819479 is #7E6B86. Grayscale: #8B8B8B. Windows color (decimal): -8285063 or 7967873. OLE color: 7967873.

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

Color convert

RGB129148121-
CMYK0.1300.180.42
HSL102.22º11.2%52.75%-
HSV(B)102.22º18.24%58.04%-
XYZ23.0927.2322.13-
YUV139.24117.71120.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.41%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=32.41%
G=37.19%
B=30.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291481210.1300.180.42102.2211.252.75
Hex819479D0122A66b35
Octal20122417115022521461365
Binary10000001100101001111001110101001010101011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819479; }

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

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

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

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

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

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

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

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