#819478

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

Shades of Amulet #819478

Tints of Amulet #819478

Color information

#819478 (or 0x819478) is unknown color: approx Amulet. HEX triplet: 81, 94 and 78. RGB value is (129,148,120). Sum of RGB (Red+Green+Blue) = 129+148+120=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #819478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819478 is #7E6B87. Grayscale: #8B8B8B. Windows color (decimal): -8285064 or 7902337. OLE color: 7902337.

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

Color convert

RGB129148120-
CMYK0.1300.190.42
HSL100.71º11.57%52.55%-
HSV(B)100.71º18.92%58.04%-
XYZ23.0327.221.81-
YUV139.13117.21120.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=32.49%
G=37.28%
B=30.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291481200.1300.190.42100.7111.5752.55
Hex819478D0132A65c35
Octal20122417015023521451465
Binary10000001100101001111000110101001110101011001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819478; }

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

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

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

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

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

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

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

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