#50833A

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

Shades of Fern Green #50833A

Tints of Fern Green #50833A

Color information

#50833A (or 0x50833A) is unknown color: approx Fern Green. HEX triplet: 50, 83 and 3A. RGB value is (80,131,58). Sum of RGB (Red+Green+Blue) = 80+131+58=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #50833A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50833A is #AF7CC5. Grayscale: #6B6B6B. Windows color (decimal): -11500742 or 3834704. OLE color: 3834704.

HSL color Cylindrical-coordinate representation of color #50833A: hue angle of 101.92º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50833A is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB8013158-
CMYK0.3900.560.49
HSL101.92º38.62%37.06%-
HSV(B)101.92º55.73%51.37%-
XYZ12.1918.246.88-
YUV107.43100.1108.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.74%
GREEN value IS 131 (51.56% from 255) = 48.70%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=29.74%
G=48.70%
B=21.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80131580.3900.560.49101.9238.6237.06
Hex50833A2703831662725
Octal1202037247070611464745
Binary10100001000001111101010011101110001100011100110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50833A; }

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

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

<style>
 a { background-color: #50833A; }

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

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

<style>
 span { border-color: #50833A; }

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

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