#73B47C

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

Shades of Fern #73B47C

Tints of Fern #73B47C

Color information

#73B47C (or 0x73B47C) is unknown color: approx Fern. HEX triplet: 73, B4 and 7C. RGB value is (115,180,124). Sum of RGB (Red+Green+Blue) = 115+180+124=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #73B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B47C is #8C4B83. Grayscale: #9A9A9A. Windows color (decimal): -9194372 or 8172659. OLE color: 8172659.

HSL color Cylindrical-coordinate representation of color #73B47C: hue angle of 128.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73B47C is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB115180124-
CMYK0.3600.310.29
HSL128.31º30.23%57.84%-
HSV(B)128.31º36.11%70.59%-
XYZ27.0337.7424.93-
YUV154.18110.97100.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=27.45%
G=42.96%
B=29.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151801240.3600.310.29128.3130.2357.84
Hex73B47C2401F1D801e3a
Octal16326417444037352003672
Binary1110011101101001111100100100011111111011000000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,180,124); }

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

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

 a { background-color: rgb(115,180,124); }

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

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

 span { border-color: rgb(115,180,124); }

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