#50763D

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

Shades of Fern Green #50763D

Tints of Fern Green #50763D

Color information

#50763D (or 0x50763D) is unknown color: approx Fern Green. HEX triplet: 50, 76 and 3D. RGB value is (80,118,61). Sum of RGB (Red+Green+Blue) = 80+118+61=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #50763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50763D is #AF89C2. Grayscale: #646464. Windows color (decimal): -11504067 or 4027984. OLE color: 4027984.

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

Color convert

RGB8011861-
CMYK0.3200.480.54
HSL100º31.84%35.1%-
HSV(B)100º48.31%46.27%-
XYZ10.63156.75-
YUV100.14105.91113.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 61 (24.22% from 255) = 23.55%
R=30.89%
G=45.56%
B=23.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118610.3200.480.5410031.8435.1
Hex50763D2003036642023
Octal1201667540060661444043
Binary1010000111011011110110000001100001101101100100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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