#73B280

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

Shades of Bay Leaf #73B280

Tints of Bay Leaf #73B280

Color information

#73B280 (or 0x73B280) is unknown color: approx Bay Leaf. HEX triplet: 73, B2 and 80. RGB value is (115,178,128). Sum of RGB (Red+Green+Blue) = 115+178+128=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #73B280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B280 is #8C4D7F. Grayscale: #999999. Windows color (decimal): -9194880 or 8434291. OLE color: 8434291.

HSL color Cylindrical-coordinate representation of color #73B280: hue angle of 132.38º 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 #73B280 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB115178128-
CMYK0.3500.280.30
HSL132.38º29.03%57.45%-
HSV(B)132.38º35.39%69.8%-
XYZ26.8937.0426.16-
YUV153.46113.63100.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 178 (69.92% from 255) = 42.28%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=27.32%
G=42.28%
B=30.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151781280.3500.280.30132.3829.0357.45
Hex73B2802301C1E841d39
Octal16326220043034362043571
Binary11100111011001010000000100011011100111101000010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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