#50844B

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

Shades of Fern Green #50844B

Tints of Fern Green #50844B

Color information

#50844B (or 0x50844B) is unknown color: approx Fern Green. HEX triplet: 50, 84 and 4B. RGB value is (80,132,75). Sum of RGB (Red+Green+Blue) = 80+132+75=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #50844B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50844B is #AF7BB4. Grayscale: #6E6E6E. Windows color (decimal): -11500469 or 4949072. OLE color: 4949072.

HSL color Cylindrical-coordinate representation of color #50844B: hue angle of 114.74º degrees, saturation: 0.28, 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 #50844B is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB8013275-
CMYK0.3900.430.48
HSL114.74º27.54%40.59%-
HSV(B)114.74º43.18%51.76%-
XYZ12.8318.729.59-
YUV109.95108.27106.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=27.87%
G=45.99%
B=26.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132750.3900.430.48114.7427.5440.59
Hex50844B2702B30731c29
Octal12020411347053601633451
Binary10100001000010010010111001110101011110000111001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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