#73B28A

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

Shades of Bay Leaf #73B28A

Tints of Bay Leaf #73B28A

Color information

#73B28A (or 0x73B28A) is unknown color: approx Bay Leaf. HEX triplet: 73, B2 and 8A. RGB value is (115,178,138). Sum of RGB (Red+Green+Blue) = 115+178+138=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #73B28A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B28A is #8C4D75. Grayscale: #9A9A9A. Windows color (decimal): -9194870 or 9089651. OLE color: 9089651.

HSL color Cylindrical-coordinate representation of color #73B28A: hue angle of 141.9º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B28A is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB115178138-
CMYK0.3500.220.30
HSL141.9º29.03%57.45%-
HSV(B)141.9º35.39%69.8%-
XYZ27.5837.3229.79-
YUV154.6118.6399.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.68%
GREEN value IS 178 (69.92% from 255) = 41.30%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=26.68%
G=41.30%
B=32.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151781380.3500.220.30141.929.0357.45
Hex73B28A230161E8e1d39
Octal16326221243026362163571
Binary11100111011001010001010100011010110111101000111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,178,138); }

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

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

 a { background-color: rgb(115,178,138); }

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

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

 span { border-color: rgb(115,178,138); }

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