#50883D

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

Shades of Fern Green #50883D

Tints of Fern Green #50883D

Color information

#50883D (or 0x50883D) is unknown color: approx Fern Green. HEX triplet: 50, 88 and 3D. RGB value is (80,136,61). Sum of RGB (Red+Green+Blue) = 80+136+61=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #50883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50883D is #AF77C2. Grayscale: #6E6E6E. Windows color (decimal): -11499459 or 4032592. OLE color: 4032592.

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

Color convert

RGB8013661-
CMYK0.4100.550.47
HSL104.8º38.07%38.63%-
HSV(B)104.8º55.15%53.33%-
XYZ12.9519.657.53-
YUV110.7199.95106.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=28.88%
G=49.10%
B=22.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136610.4100.550.47104.838.0738.63
Hex50883D290372F692627
Octal1202107551067571514647
Binary10100001000100011110110100101101111011111101001100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50883D; }

 p { color: rgb(80,136,61); }

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

<style>
 a { background-color: #50883D; }

 a { background-color: rgb(80,136,61); }

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

<style>
 span { border-color: #50883D; }

 span { border-color: rgb(80,136,61); }

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