#809479

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

Shades of Amulet #809479

Tints of Amulet #809479

Color information

#809479 (or 0x809479) is unknown color: approx Amulet. HEX triplet: 80, 94 and 79. RGB value is (128,148,121). Sum of RGB (Red+Green+Blue) = 128+148+121=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #809479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809479 is #7F6B86. Grayscale: #8B8B8B. Windows color (decimal): -8350599 or 7967872. OLE color: 7967872.

HSL color Cylindrical-coordinate representation of color #809479: hue angle of 104.44º 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 #809479 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB128148121-
CMYK0.1400.180.42
HSL104.44º11.2%52.75%-
HSV(B)104.44º18.24%58.04%-
XYZ22.9427.1522.12-
YUV138.94117.87120.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=32.24%
G=37.28%
B=30.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281481210.1400.180.42104.4411.252.75
Hex809479E0122A68b35
Octal20022417116022521501365
Binary10000000100101001111001111001001010101011010001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809479; }

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

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

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

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

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

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

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

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