#73B588

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

Shades of Bay Leaf #73B588

Tints of Bay Leaf #73B588

Color information

#73B588 (or 0x73B588) is unknown color: approx Bay Leaf. HEX triplet: 73, B5 and 88. RGB value is (115,181,136). Sum of RGB (Red+Green+Blue) = 115+181+136=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 181 - color contains mainly: green. Hex color #73B588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B588 is #8C4A77. Grayscale: #9C9C9C. Windows color (decimal): -9194104 or 8959347. OLE color: 8959347.

HSL color Cylindrical-coordinate representation of color #73B588: hue angle of 139.09º degrees, saturation: 0.31, 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 #73B588 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB115181136-
CMYK0.3600.250.29
HSL139.09º30.84%58.04%-
HSV(B)139.09º36.46%70.98%-
XYZ28.0438.4729.24-
YUV156.14116.6398.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.62%
GREEN value IS 181 (71.09% from 255) = 41.90%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=26.62%
G=41.90%
B=31.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151811360.3600.250.29139.0930.8458.04
Hex73B588240191D8b1f3a
Octal16326521044031352133772
Binary11100111011010110001000100100011001111011000101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,181,136); }

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

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

 a { background-color: rgb(115,181,136); }

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

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

 span { border-color: rgb(115,181,136); }

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