#81A491

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

Shades of Padua #81A491

Tints of Padua #81A491

Color information

#81A491 (or 0x81A491) is unknown color: approx Padua. HEX triplet: 81, A4 and 91. RGB value is (129,164,145). Sum of RGB (Red+Green+Blue) = 129+164+145=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #81A491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A491 is #7E5B6E. Grayscale: #979797. Windows color (decimal): -8280943 or 9544833. OLE color: 9544833.

HSL color Cylindrical-coordinate representation of color #81A491: hue angle of 147.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81A491 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB129164145-
CMYK0.2100.120.36
HSL147.43º16.13%57.45%-
HSV(B)147.43º21.34%64.31%-
XYZ27.4433.2631.76-
YUV151.37124.4112.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.45%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=29.45%
G=37.44%
B=33.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291641450.2100.120.36147.4316.1357.45
Hex81A491150C24931039
Octal20124422125014442232071
Binary10000001101001001001000110101011001001001001001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A491; }

 p { color: rgb(129,164,145); }

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

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

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

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

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

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

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