#50783E

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

Shades of Fern Green #50783E

Tints of Fern Green #50783E

Color information

#50783E (or 0x50783E) is unknown color: approx Fern Green. HEX triplet: 50, 78 and 3E. RGB value is (80,120,62). Sum of RGB (Red+Green+Blue) = 80+120+62=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #50783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50783E is #AF87C1. Grayscale: #656565. Windows color (decimal): -11503554 or 4094032. OLE color: 4094032.

HSL color Cylindrical-coordinate representation of color #50783E: hue angle of 101.38º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50783E is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB8012062-
CMYK0.3300.480.53
HSL101.38º31.87%35.69%-
HSV(B)101.38º48.33%47.06%-
XYZ10.8915.496.97-
YUV101.43105.75112.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 120 (47.27% from 255) = 45.80%
BLUE value IS 62 (24.61% from 255) = 23.66%
R=30.53%
G=45.80%
B=23.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120620.3300.480.53101.3831.8735.69
Hex50783E2103035652024
Octal1201707641060651454044
Binary1010000111100011111010000101100001101011100101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50783E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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