#50873E

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

Shades of Fern Green #50873E

Tints of Fern Green #50873E

Color information

#50873E (or 0x50873E) is unknown color: approx Fern Green. HEX triplet: 50, 87 and 3E. RGB value is (80,135,62). Sum of RGB (Red+Green+Blue) = 80+135+62=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #50873E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50873E is #AF78C1. Grayscale: #6E6E6E. Windows color (decimal): -11499714 or 4097872. OLE color: 4097872.

HSL color Cylindrical-coordinate representation of color #50873E: hue angle of 105.21º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50873E is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB8013562-
CMYK0.4100.540.47
HSL105.21º37.06%38.63%-
HSV(B)105.21º54.07%52.94%-
XYZ12.8419.387.62-
YUV110.23100.78106.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 135 (53.12% from 255) = 48.74%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=28.88%
G=48.74%
B=22.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80135620.4100.540.47105.2137.0638.63
Hex50873E290362F692527
Octal1202077651066571514547
Binary10100001000011111111010100101101101011111101001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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