#73C275

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

Shades of Fern #73C275

Tints of Fern #73C275

Color information

#73C275 (or 0x73C275) is unknown color: approx Fern. HEX triplet: 73, C2 and 75. RGB value is (115,194,117). Sum of RGB (Red+Green+Blue) = 115+194+117=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #73C275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C275 is #8C3D8A. Grayscale: #A1A1A1. Windows color (decimal): -9190795 or 7717491. OLE color: 7717491.

HSL color Cylindrical-coordinate representation of color #73C275: hue angle of 121.52º degrees, saturation: 0.39, 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 #73C275 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB115194117-
CMYK0.4100.400.24
HSL121.52º39.3%60.59%-
HSV(B)121.52º40.72%76.08%-
XYZ29.5743.5123.67-
YUV161.6102.8394.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.00%
GREEN value IS 194 (76.17% from 255) = 45.54%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=27.00%
G=45.54%
B=27.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151941170.4100.400.24121.5239.360.59
Hex73C27529028187a273d
Octal16330216551050301724775
Binary11100111100001011101011010010101000110001111010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,194,117); }

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

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

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

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

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

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

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