#50834B

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

Shades of Fern Green #50834B

Tints of Fern Green #50834B

Color information

#50834B (or 0x50834B) is unknown color: approx Fern Green. HEX triplet: 50, 83 and 4B. RGB value is (80,131,75). Sum of RGB (Red+Green+Blue) = 80+131+75=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #50834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50834B is #AF7CB4. Grayscale: #6D6D6D. Windows color (decimal): -11500725 or 4948816. OLE color: 4948816.

HSL color Cylindrical-coordinate representation of color #50834B: hue angle of 114.64º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50834B is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB8013175-
CMYK0.3900.430.49
HSL114.64º27.18%40.39%-
HSV(B)114.64º42.75%51.37%-
XYZ12.6918.459.55-
YUV109.37108.6107.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 131 (51.56% from 255) = 45.80%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=27.97%
G=45.80%
B=26.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80131750.3900.430.49114.6427.1840.39
Hex50834B2702B31731b28
Octal12020311347053611633350
Binary10100001000001110010111001110101011110001111001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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