#85A391

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

Shades of Padua #85A391

Tints of Padua #85A391

Color information

#85A391 (or 0x85A391) is unknown color: approx Padua. HEX triplet: 85, A3 and 91. RGB value is (133,163,145). Sum of RGB (Red+Green+Blue) = 133+163+145=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 163 - color contains mainly: green. Hex color #85A391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A391 is #7A5C6E. Grayscale: #989898. Windows color (decimal): -8019055 or 9544581. OLE color: 9544581.

HSL color Cylindrical-coordinate representation of color #85A391: hue angle of 144º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A391 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB133163145-
CMYK0.1800.110.36
HSL144º14.02%58.04%-
HSV(B)144º18.4%63.92%-
XYZ27.8833.2331.73-
YUV151.98124.06114.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.16%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 145 (57.03% from 255) = 32.88%
R=30.16%
G=36.96%
B=32.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331631450.1800.110.3614414.0258.04
Hex85A391120B2490e3a
Octal20524322122013442201672
Binary1000010110100011100100011001001011100100100100001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A391; }

 p { color: rgb(133,163,145); }

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

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

 a { background-color: rgb(133,163,145); }

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

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

 span { border-color: rgb(133,163,145); }

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