#50773C

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

Shades of Fern Green #50773C

Tints of Fern Green #50773C

Color information

#50773C (or 0x50773C) is unknown color: approx Fern Green. HEX triplet: 50, 77 and 3C. RGB value is (80,119,60). Sum of RGB (Red+Green+Blue) = 80+119+60=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #50773C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50773C is #AF88C3. Grayscale: #646464. Windows color (decimal): -11503812 or 3962704. OLE color: 3962704.

HSL color Cylindrical-coordinate representation of color #50773C: hue angle of 99.66º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50773C is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB8011960-
CMYK0.3300.500.53
HSL99.66º32.96%35.1%-
HSV(B)99.66º49.58%46.67%-
XYZ10.7215.236.65-
YUV100.61105.08113.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 60 (23.83% from 255) = 23.17%
R=30.89%
G=45.95%
B=23.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119600.3300.500.5399.6632.9635.1
Hex50773C2103235642123
Octal1201677441062651444143
Binary1010000111011111110010000101100101101011100100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50773C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50773C; }

 p { color: rgb(80,119,60); }

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

<style>
 a { background-color: #50773C; }

 a { background-color: rgb(80,119,60); }

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

<style>
 span { border-color: #50773C; }

 span { border-color: rgb(80,119,60); }

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