#50763B

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

Shades of Fern Green #50763B

Tints of Fern Green #50763B

Color information

#50763B (or 0x50763B) is unknown color: approx Fern Green. HEX triplet: 50, 76 and 3B. RGB value is (80,118,59). Sum of RGB (Red+Green+Blue) = 80+118+59=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #50763B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50763B is #AF89C4. Grayscale: #646464. Windows color (decimal): -11504069 or 3896912. OLE color: 3896912.

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

Color convert

RGB8011859-
CMYK0.3200.500.54
HSL98.64º33.33%34.71%-
HSV(B)98.64º50%46.27%-
XYZ10.5814.986.47-
YUV99.91104.91113.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 118 (46.48% from 255) = 45.91%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=31.13%
G=45.91%
B=22.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118590.3200.500.5498.6433.3334.71
Hex50763B2003236632123
Octal1201667340062661434143
Binary1010000111011011101110000001100101101101100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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