#73C48A

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

Shades of Bay Leaf #73C48A

Tints of Bay Leaf #73C48A

Color information

#73C48A (or 0x73C48A) is unknown color: approx Bay Leaf. HEX triplet: 73, C4 and 8A. RGB value is (115,196,138). Sum of RGB (Red+Green+Blue) = 115+196+138=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #73C48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C48A is #8C3B75. Grayscale: #A5A5A5. Windows color (decimal): -9190262 or 9094259. OLE color: 9094259.

HSL color Cylindrical-coordinate representation of color #73C48A: hue angle of 137.04º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #73C48A is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB115196138-
CMYK0.4100.300.23
HSL137.04º40.7%60.98%-
HSV(B)137.04º41.33%76.86%-
XYZ31.444.9631.07-
YUV165.17112.6692.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.61%
GREEN value IS 196 (76.95% from 255) = 43.65%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=25.61%
G=43.65%
B=30.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1151961380.4100.300.23137.0440.760.98
Hex73C48A2901E1789293d
Octal16330421251036272115175
Binary111001111000100100010101010010111101011110001001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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