#507C4C

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

Shades of Fern Green #507C4C

Tints of Fern Green #507C4C

Color information

#507C4C (or 0x507C4C) is unknown color: approx Fern Green. HEX triplet: 50, 7C and 4C. RGB value is (80,124,76). Sum of RGB (Red+Green+Blue) = 80+124+76=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #507C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507C4C is #AF83B3. Grayscale: #696969. Windows color (decimal): -11502516 or 5012560. OLE color: 5012560.

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

Color convert

RGB8012476-
CMYK0.3500.390.51
HSL115º24%39.22%-
HSV(B)115º38.71%48.63%-
XYZ11.8216.649.43-
YUV105.37111.42109.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 124 (48.83% from 255) = 44.29%
BLUE value IS 76 (30.08% from 255) = 27.14%
R=28.57%
G=44.29%
B=27.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80124760.3500.390.511152439.22
Hex507C4C2302733731827
Octal12017411443047631633047
Binary1010000111110010011001000110100111110011111001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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