#73C18A

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

Shades of Bay Leaf #73C18A

Tints of Bay Leaf #73C18A

Color information

#73C18A (or 0x73C18A) is unknown color: approx Bay Leaf. HEX triplet: 73, C1 and 8A. RGB value is (115,193,138). Sum of RGB (Red+Green+Blue) = 115+193+138=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #73C18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C18A is #8C3E75. Grayscale: #A3A3A3. Windows color (decimal): -9191030 or 9093491. OLE color: 9093491.

HSL color Cylindrical-coordinate representation of color #73C18A: hue angle of 137.69º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C18A is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB115193138-
CMYK0.4000.280.24
HSL137.69º38.61%60.39%-
HSV(B)137.69º40.41%75.69%-
XYZ30.7343.6230.84-
YUV163.41113.6693.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.78%
GREEN value IS 193 (75.78% from 255) = 43.27%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=25.78%
G=43.27%
B=30.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151931380.4000.280.24137.6938.6160.39
Hex73C18A2801C188a273c
Octal16330121250034302124774
Binary111001111000001100010101010000111001100010001010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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