#507F32

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

Shades of Fern Green #507F32

Tints of Fern Green #507F32

Color information

#507F32 (or 0x507F32) is unknown color: approx Fern Green. HEX triplet: 50, 7F and 32. RGB value is (80,127,50). Sum of RGB (Red+Green+Blue) = 80+127+50=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #507F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507F32 is #AF80CD. Grayscale: #686868. Windows color (decimal): -11501774 or 3309392. OLE color: 3309392.

HSL color Cylindrical-coordinate representation of color #507F32: hue angle of 96.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #507F32 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB8012750-
CMYK0.3700.610.50
HSL96.62º43.5%34.71%-
HSV(B)96.62º60.63%49.8%-
XYZ11.4717.115.72-
YUV104.1797.43110.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.13%
GREEN value IS 127 (50% from 255) = 49.42%
BLUE value IS 50 (19.92% from 255) = 19.46%
R=31.13%
G=49.42%
B=19.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80127500.3700.610.5096.6243.534.71
Hex507F322503D32612c23
Octal1201776245075621415443
Binary1010000111111111001010010101111011100101100001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507F32; }

 p { color: rgb(80,127,50); }

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

<style>
 a { background-color: #507F32; }

 a { background-color: rgb(80,127,50); }

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

<style>
 span { border-color: #507F32; }

 span { border-color: rgb(80,127,50); }

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