#73B371

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

Shades of Fern #73B371

Tints of Fern #73B371

Color information

#73B371 (or 0x73B371) is unknown color: approx Fern. HEX triplet: 73, B3 and 71. RGB value is (115,179,113). Sum of RGB (Red+Green+Blue) = 115+179+113=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #73B371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B371 is #8C4C8E. Grayscale: #989898. Windows color (decimal): -9194639 or 7451507. OLE color: 7451507.

HSL color Cylindrical-coordinate representation of color #73B371: hue angle of 118.18º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73B371 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB115179113-
CMYK0.3600.370.30
HSL118.18º30.28%57.25%-
HSV(B)118.18º36.87%70.2%-
XYZ26.1737.0821.4-
YUV152.34105.8101.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.26%
GREEN value IS 179 (70.31% from 255) = 43.98%
BLUE value IS 113 (44.53% from 255) = 27.76%
R=28.26%
G=43.98%
B=27.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1151791130.3600.370.30118.1830.2857.25
Hex73B371240251E761e39
Octal16326316144045361663671
Binary1110011101100111110001100100010010111110111011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,179,113); }

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

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

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

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

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

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

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