#50753A

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

Shades of Fern Green #50753A

Tints of Fern Green #50753A

Color information

#50753A (or 0x50753A) is unknown color: approx Fern Green. HEX triplet: 50, 75 and 3A. RGB value is (80,117,58). Sum of RGB (Red+Green+Blue) = 80+117+58=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #50753A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50753A is #AF8AC5. Grayscale: #636363. Windows color (decimal): -11504326 or 3831120. OLE color: 3831120.

HSL color Cylindrical-coordinate representation of color #50753A: hue angle of 97.63º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50753A is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB8011758-
CMYK0.3200.500.54
HSL97.63º33.71%34.31%-
HSV(B)97.63º50.43%45.88%-
XYZ10.4314.736.3-
YUV99.21104.74114.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=31.37%
G=45.88%
B=22.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117580.3200.500.5497.6333.7134.31
Hex50753A2003236622222
Octal1201657240062661424242
Binary1010000111010111101010000001100101101101100010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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