#73B47A

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

Shades of Fern #73B47A

Tints of Fern #73B47A

Color information

#73B47A (or 0x73B47A) is unknown color: approx Fern. HEX triplet: 73, B4 and 7A. RGB value is (115,180,122). Sum of RGB (Red+Green+Blue) = 115+180+122=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #73B47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73B47A is #8C4B85. Grayscale: #9A9A9A. Windows color (decimal): -9194374 or 8041587. OLE color: 8041587.

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

Color convert

RGB115180122-
CMYK0.3600.320.29
HSL126.46º30.23%57.84%-
HSV(B)126.46º36.11%70.59%-
XYZ26.937.6924.27-
YUV153.95109.97100.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.58%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=27.58%
G=43.17%
B=29.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151801220.3600.320.29126.4630.2357.84
Hex73B47A240201D7e1e3a
Octal16326417244040351763672
Binary1110011101101001111010100100010000011101111111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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