#819480

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

Shades of Stack #819480

Tints of Stack #819480

Color information

#819480 (or 0x819480) is unknown color: approx Stack. HEX triplet: 81, 94 and 80. RGB value is (129,148,128). Sum of RGB (Red+Green+Blue) = 129+148+128=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #819480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819480 is #7E6B7F. Grayscale: #8C8C8C. Windows color (decimal): -8285056 or 8426625. OLE color: 8426625.

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

Color convert

RGB129148128-
CMYK0.1300.140.42
HSL117º8.55%54.12%-
HSV(B)117º13.51%58.04%-
XYZ23.5427.4124.47-
YUV140.04121.21120.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=31.85%
G=36.54%
B=31.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291481280.1300.140.421178.5554.12
Hex819480D0E2A75936
Octal20122420015016521651166
Binary10000001100101001000000011010111010101011101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819480; }

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

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

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

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

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

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

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

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