#50753C

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

Shades of Fern Green #50753C

Tints of Fern Green #50753C

Color information

#50753C (or 0x50753C) is unknown color: approx Fern Green. HEX triplet: 50, 75 and 3C. RGB value is (80,117,60). Sum of RGB (Red+Green+Blue) = 80+117+60=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #50753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50753C is #AF8AC3. Grayscale: #636363. Windows color (decimal): -11504324 or 3962192. OLE color: 3962192.

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

Color convert

RGB8011760-
CMYK0.3200.490.54
HSL98.95º32.2%34.71%-
HSV(B)98.95º48.72%45.88%-
XYZ10.4914.756.57-
YUV99.44105.74114.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=31.13%
G=45.53%
B=23.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117600.3200.490.5498.9532.234.71
Hex50753C2003136632023
Octal1201657440061661434043
Binary1010000111010111110010000001100011101101100011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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