#73B473

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

Shades of Fern #73B473

Tints of Fern #73B473

Color information

#73B473 (or 0x73B473) is unknown color: approx Fern. HEX triplet: 73, B4 and 73. RGB value is (115,180,115). Sum of RGB (Red+Green+Blue) = 115+180+115=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #73B473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B473 is #8C4B8C. Grayscale: #999999. Windows color (decimal): -9194381 or 7582835. OLE color: 7582835.

HSL color Cylindrical-coordinate representation of color #73B473: hue angle of 120º 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 #73B473 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB115180115-
CMYK0.3600.360.29
HSL120º30.23%57.84%-
HSV(B)120º36.11%70.59%-
XYZ26.4937.5322.07-
YUV153.16106.47100.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.05%
GREEN value IS 180 (70.70% from 255) = 43.90%
BLUE value IS 115 (45.31% from 255) = 28.05%
R=28.05%
G=43.90%
B=28.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151801150.3600.360.2912030.2357.84
Hex73B473240241D781e3a
Octal16326416344044351703672
Binary1110011101101001110011100100010010011101111100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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