#859479

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

Shades of Amulet #859479

Tints of Amulet #859479

Color information

#859479 (or 0x859479) is unknown color: approx Amulet. HEX triplet: 85, 94 and 79. RGB value is (133,148,121). Sum of RGB (Red+Green+Blue) = 133+148+121=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #859479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859479 is #7A6B86. Grayscale: #8C8C8C. Windows color (decimal): -8022919 or 7967877. OLE color: 7967877.

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

Color convert

RGB133148121-
CMYK0.1000.180.42
HSL93.33º11.2%52.75%-
HSV(B)93.33º18.24%58.04%-
XYZ23.7127.5522.16-
YUV140.44117.03122.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=33.08%
G=36.82%
B=30.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331481210.1000.180.4293.3311.252.75
Hex859479A0122A5db35
Octal20522417112022521351365
Binary10000101100101001111001101001001010101010111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859479; }

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

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

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

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

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

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

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

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