#50763A

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

Shades of Fern Green #50763A

Tints of Fern Green #50763A

Color information

#50763A (or 0x50763A) is unknown color: approx Fern Green. HEX triplet: 50, 76 and 3A. RGB value is (80,118,58). Sum of RGB (Red+Green+Blue) = 80+118+58=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #50763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50763A is #AF89C5. Grayscale: #636363. Windows color (decimal): -11504070 or 3831376. OLE color: 3831376.

HSL color Cylindrical-coordinate representation of color #50763A: hue angle of 98º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50763A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB8011858-
CMYK0.3200.510.54
HSL98º34.09%34.51%-
HSV(B)98º50.85%46.27%-
XYZ10.5514.976.34-
YUV99.8104.41113.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 118 (46.48% from 255) = 46.09%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=31.25%
G=46.09%
B=22.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118580.3200.510.549834.0934.51
Hex50763A2003336622223
Octal1201667240063661424243
Binary1010000111011011101010000001100111101101100010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50763A; }

 p { color: rgb(80,118,58); }

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

<style>
 a { background-color: #50763A; }

 a { background-color: rgb(80,118,58); }

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

<style>
 span { border-color: #50763A; }

 span { border-color: rgb(80,118,58); }

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