#50814C

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

Shades of Fern Green #50814C

Tints of Fern Green #50814C

Color information

#50814C (or 0x50814C) is unknown color: approx Fern Green. HEX triplet: 50, 81 and 4C. RGB value is (80,129,76). Sum of RGB (Red+Green+Blue) = 80+129+76=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #50814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50814C is #AF7EB3. Grayscale: #6C6C6C. Windows color (decimal): -11501236 or 5013840. OLE color: 5013840.

HSL color Cylindrical-coordinate representation of color #50814C: hue angle of 115.47º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50814C is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB8012976-
CMYK0.3800.410.49
HSL115.47º25.85%40.2%-
HSV(B)115.47º41.09%50.59%-
XYZ12.4617.939.64-
YUV108.31109.77107.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=28.07%
G=45.26%
B=26.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80129760.3800.410.49115.4725.8540.2
Hex50814C2602931731a28
Octal12020111446051611633250
Binary10100001000000110011001001100101001110001111001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50814C; }

 p { color: rgb(80,129,76); }

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

<style>
 a { background-color: #50814C; }

 a { background-color: rgb(80,129,76); }

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

<style>
 span { border-color: #50814C; }

 span { border-color: rgb(80,129,76); }

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