#73B58E

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

Shades of Bay Leaf #73B58E

Tints of Bay Leaf #73B58E

Color information

#73B58E (or 0x73B58E) is unknown color: approx Bay Leaf. HEX triplet: 73, B5 and 8E. RGB value is (115,181,142). Sum of RGB (Red+Green+Blue) = 115+181+142=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #73B58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B58E is #8C4A71. Grayscale: #9C9C9C. Windows color (decimal): -9194098 or 9352563. OLE color: 9352563.

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

Color convert

RGB115181142-
CMYK0.3600.220.29
HSL144.55º30.84%58.04%-
HSV(B)144.55º36.46%70.98%-
XYZ28.4838.6531.55-
YUV156.82119.6398.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.26%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 142 (55.86% from 255) = 32.42%
R=26.26%
G=41.32%
B=32.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151811420.3600.220.29144.5530.8458.04
Hex73B58E240161D911f3a
Octal16326521644026352213772
Binary11100111011010110001110100100010110111011001000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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