#50853E

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

Shades of Fern Green #50853E

Tints of Fern Green #50853E

Color information

#50853E (or 0x50853E) is unknown color: approx Fern Green. HEX triplet: 50, 85 and 3E. RGB value is (80,133,62). Sum of RGB (Red+Green+Blue) = 80+133+62=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #50853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50853E is #AF7AC1. Grayscale: #6D6D6D. Windows color (decimal): -11500226 or 4097360. OLE color: 4097360.

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

Color convert

RGB8013362-
CMYK0.4000.530.48
HSL104.79º36.41%38.24%-
HSV(B)104.79º53.38%52.16%-
XYZ12.5718.837.53-
YUV109.06101.44107.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 62 (24.61% from 255) = 22.55%
R=29.09%
G=48.36%
B=22.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133620.4000.530.48104.7936.4138.24
Hex50853E2803530692426
Octal1202057650065601514446
Binary10100001000010111111010100001101011100001101001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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