#819581

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

Shades of Stack #819581

Tints of Stack #819581

Color information

#819581 (or 0x819581) is unknown color: approx Stack. HEX triplet: 81, 95 and 81. RGB value is (129,149,129). Sum of RGB (Red+Green+Blue) = 129+149+129=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #819581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819581 is #7E6A7E. Grayscale: #8C8C8C. Windows color (decimal): -8284799 or 8492417. OLE color: 8492417.

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

Color convert

RGB129149129-
CMYK0.1300.130.42
HSL120º8.62%54.51%-
HSV(B)120º13.42%58.43%-
XYZ23.7627.7524.87-
YUV140.74121.37119.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=31.70%
G=36.61%
B=31.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291491290.1300.130.421208.6254.51
Hex819581D0D2A78937
Octal20122520115015521701167
Binary10000001100101011000000111010110110101011110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819581; }

 p { color: rgb(129,149,129); }

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

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

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

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

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

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

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