#73C18B

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

Shades of Bay Leaf #73C18B

Tints of Bay Leaf #73C18B

Color information

#73C18B (or 0x73C18B) is unknown color: approx Bay Leaf. HEX triplet: 73, C1 and 8B. RGB value is (115,193,139). Sum of RGB (Red+Green+Blue) = 115+193+139=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #73C18B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C18B is #8C3E74. Grayscale: #A3A3A3. Windows color (decimal): -9191029 or 9159027. OLE color: 9159027.

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

Color convert

RGB115193139-
CMYK0.4000.280.24
HSL138.46º38.61%60.39%-
HSV(B)138.46º40.41%75.69%-
XYZ30.843.6531.23-
YUV163.52114.1693.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.73%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 139 (54.69% from 255) = 31.10%
R=25.73%
G=43.18%
B=31.10%

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
Decimal1151931390.4000.280.24138.4638.6160.39
Hex73C18B2801C188a273c
Octal16330121350034302124774
Binary111001111000001100010111010000111001100010001010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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