#73C373

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

Shades of Fern #73C373

Tints of Fern #73C373

Color information

#73C373 (or 0x73C373) is unknown color: approx Fern. HEX triplet: 73, C3 and 73. RGB value is (115,195,115). Sum of RGB (Red+Green+Blue) = 115+195+115=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #73C373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C373 is #8C3C8C. Grayscale: #A2A2A2. Windows color (decimal): -9190541 or 7586675. OLE color: 7586675.

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

Color convert

RGB115195115-
CMYK0.4100.410.24
HSL120º40%60.78%-
HSV(B)120º41.03%76.47%-
XYZ29.6843.9123.13-
YUV161.96101.594.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.06%
GREEN value IS 195 (76.56% from 255) = 45.88%
BLUE value IS 115 (45.31% from 255) = 27.06%
R=27.06%
G=45.88%
B=27.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151951150.4100.410.241204060.78
Hex73C373290291878283d
Octal16330316351051301705075
Binary11100111100001111100111010010101001110001111000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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