#73B491

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

Shades of Padua #73B491

Tints of Padua #73B491

Color information

#73B491 (or 0x73B491) is unknown color: approx Padua. HEX triplet: 73, B4 and 91. RGB value is (115,180,145). Sum of RGB (Red+Green+Blue) = 115+180+145=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #73B491 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B491 is #8C4B6E. Grayscale: #9C9C9C. Windows color (decimal): -9194351 or 9548915. OLE color: 9548915.

HSL color Cylindrical-coordinate representation of color #73B491: hue angle of 147.69º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B491 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB115180145-
CMYK0.3600.190.29
HSL147.69º30.23%57.84%-
HSV(B)147.69º36.11%70.59%-
XYZ28.538.3332.68-
YUV156.57121.4798.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.14%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=26.14%
G=40.91%
B=32.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151801450.3600.190.29147.6930.2357.84
Hex73B491240131D941e3a
Octal16326422144023352243672
Binary11100111011010010010001100100010011111011001010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73B491; }

 p { color: rgb(115,180,145); }

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

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

 a { background-color: rgb(115,180,145); }

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

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

 span { border-color: rgb(115,180,145); }

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