#507B4A

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

Shades of Fern Green #507B4A

Tints of Fern Green #507B4A

Color information

#507B4A (or 0x507B4A) is unknown color: approx Fern Green. HEX triplet: 50, 7B and 4A. RGB value is (80,123,74). Sum of RGB (Red+Green+Blue) = 80+123+74=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #507B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507B4A is #AF84B5. Grayscale: #686868. Windows color (decimal): -11502774 or 4881232. OLE color: 4881232.

HSL color Cylindrical-coordinate representation of color #507B4A: hue angle of 112.65º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507B4A is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB8012374-
CMYK0.3500.400.52
HSL112.65º24.87%38.63%-
HSV(B)112.65º39.84%48.24%-
XYZ11.6316.379.02-
YUV104.56110.75110.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 123 (48.44% from 255) = 44.40%
BLUE value IS 74 (29.30% from 255) = 26.71%
R=28.88%
G=44.40%
B=26.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80123740.3500.400.52112.6524.8738.63
Hex507B4A2302834711927
Octal12017311243050641613147
Binary1010000111101110010101000110101000110100111000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,123,74); }

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

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

 a { background-color: rgb(80,123,74); }

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

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

 span { border-color: rgb(80,123,74); }

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