#507A4D

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

Shades of Fern Green #507A4D

Tints of Fern Green #507A4D

Color information

#507A4D (or 0x507A4D) is unknown color: approx Fern Green. HEX triplet: 50, 7A and 4D. RGB value is (80,122,77). Sum of RGB (Red+Green+Blue) = 80+122+77=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #507A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507A4D is #AF85B2. Grayscale: #686868. Windows color (decimal): -11503027 or 5077584. OLE color: 5077584.

HSL color Cylindrical-coordinate representation of color #507A4D: hue angle of 116º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507A4D is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB8012277-
CMYK0.3400.370.52
HSL116º22.61%39.02%-
HSV(B)116º36.89%47.84%-
XYZ11.6116.169.53-
YUV104.31112.59110.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=28.67%
G=43.73%
B=27.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80122770.3400.370.5211622.6139.02
Hex507A4D2202534741727
Octal12017211542045641642747
Binary1010000111101010011011000100100101110100111010010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,122,77); }

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

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

 a { background-color: rgb(80,122,77); }

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

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

 span { border-color: rgb(80,122,77); }

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