#507C48

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

Shades of Fern Green #507C48

Tints of Fern Green #507C48

Color information

#507C48 (or 0x507C48) is unknown color: approx Fern Green. HEX triplet: 50, 7C and 48. RGB value is (80,124,72). Sum of RGB (Red+Green+Blue) = 80+124+72=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #507C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507C48 is #AF83B7. Grayscale: #696969. Windows color (decimal): -11502520 or 4750416. OLE color: 4750416.

HSL color Cylindrical-coordinate representation of color #507C48: hue angle of 110.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #507C48 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB8012472-
CMYK0.3500.420.51
HSL110.77º26.53%38.43%-
HSV(B)110.77º41.94%48.63%-
XYZ11.6916.598.72-
YUV104.92109.42110.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=28.99%
G=44.93%
B=26.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80124720.3500.420.51110.7726.5338.43
Hex507C482302A336f1b26
Octal12017411043052631573346
Binary1010000111110010010001000110101010110011110111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,124,72); }

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

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

 a { background-color: rgb(80,124,72); }

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

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

 span { border-color: rgb(80,124,72); }

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