#50884B

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

Shades of Fern Green #50884B

Tints of Fern Green #50884B

Color information

#50884B (or 0x50884B) is unknown color: approx Fern Green. HEX triplet: 50, 88 and 4B. RGB value is (80,136,75). Sum of RGB (Red+Green+Blue) = 80+136+75=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #50884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50884B is #AF77B4. Grayscale: #707070. Windows color (decimal): -11499445 or 4950096. OLE color: 4950096.

HSL color Cylindrical-coordinate representation of color #50884B: hue angle of 115.08º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50884B is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB8013675-
CMYK0.4100.450.47
HSL115.08º28.91%41.37%-
HSV(B)115.08º44.85%53.33%-
XYZ13.3819.829.78-
YUV112.3106.95104.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 136 (53.52% from 255) = 46.74%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=27.49%
G=46.74%
B=25.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136750.4100.450.47115.0828.9141.37
Hex50884B2902D2F731d29
Octal12021011351055571633551
Binary10100001000100010010111010010101101101111111001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50884B; }

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

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

<style>
 a { background-color: #50884B; }

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

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

<style>
 span { border-color: #50884B; }

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

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