#50763E

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

Shades of Fern Green #50763E

Tints of Fern Green #50763E

Color information

#50763E (or 0x50763E) is unknown color: approx Fern Green. HEX triplet: 50, 76 and 3E. RGB value is (80,118,62). Sum of RGB (Red+Green+Blue) = 80+118+62=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #50763E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50763E is #AF89C1. Grayscale: #646464. Windows color (decimal): -11504066 or 4093520. OLE color: 4093520.

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

Color convert

RGB8011862-
CMYK0.3200.470.54
HSL100.71º31.11%35.29%-
HSV(B)100.71º47.46%46.27%-
XYZ10.6615.016.89-
YUV100.25106.41113.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=30.77%
G=45.38%
B=23.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118620.3200.470.54100.7131.1135.29
Hex50763E2002F36651f23
Octal1201667640057661453743
Binary101000011101101111101000000101111110110110010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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