#50784B

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

Shades of Fern Green #50784B

Tints of Fern Green #50784B

Color information

#50784B (or 0x50784B) is unknown color: approx Fern Green. HEX triplet: 50, 78 and 4B. RGB value is (80,120,75). Sum of RGB (Red+Green+Blue) = 80+120+75=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #50784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50784B is #AF87B4. Grayscale: #676767. Windows color (decimal): -11503541 or 4946000. OLE color: 4946000.

HSL color Cylindrical-coordinate representation of color #50784B: hue angle of 113.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50784B is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB8012075-
CMYK0.3300.370.53
HSL113.33º23.08%38.24%-
HSV(B)113.33º37.5%47.06%-
XYZ11.2915.659.08-
YUV102.91112.25111.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 120 (47.27% from 255) = 43.64%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=29.09%
G=43.64%
B=27.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120750.3300.370.53113.3323.0838.24
Hex50784B2102535711726
Octal12017011341045651612746
Binary1010000111100010010111000010100101110101111000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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