#819381

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

Shades of Stack #819381

Tints of Stack #819381

Color information

#819381 (or 0x819381) is unknown color: approx Stack. HEX triplet: 81, 93 and 81. RGB value is (129,147,129). Sum of RGB (Red+Green+Blue) = 129+147+129=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #819381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819381 is #7E6C7E. Grayscale: #8B8B8B. Windows color (decimal): -8285311 or 8491905. OLE color: 8491905.

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

Color convert

RGB129147129-
CMYK0.1200.120.42
HSL120º7.69%54.12%-
HSV(B)120º12.24%57.65%-
XYZ23.4527.1224.77-
YUV139.57122.04120.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 129 (50.78% from 255) = 31.85%
R=31.85%
G=36.30%
B=31.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291471290.1200.120.421207.6954.12
Hex819381C0C2A78836
Octal20122320114014521701066
Binary10000001100100111000000111000110010101011110001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819381; }

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

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

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

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

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

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

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

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