#50854C

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

Shades of Fern Green #50854C

Tints of Fern Green #50854C

Color information

#50854C (or 0x50854C) is unknown color: approx Fern Green. HEX triplet: 50, 85 and 4C. RGB value is (80,133,76). Sum of RGB (Red+Green+Blue) = 80+133+76=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #50854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50854C is #AF7AB3. Grayscale: #6E6E6E. Windows color (decimal): -11500212 or 5014864. OLE color: 5014864.

HSL color Cylindrical-coordinate representation of color #50854C: hue angle of 115.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50854C is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB8013376-
CMYK0.4000.430.48
HSL115.79º27.27%40.98%-
HSV(B)115.79º42.86%52.16%-
XYZ13199.82-
YUV110.66108.44106.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 76 (30.08% from 255) = 26.30%
R=27.68%
G=46.02%
B=26.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133760.4000.430.48115.7927.2740.98
Hex50854C2802B30741b29
Octal12020511450053601643351
Binary10100001000010110011001010000101011110000111010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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