#507B4C

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

Shades of Fern Green #507B4C

Tints of Fern Green #507B4C

Color information

#507B4C (or 0x507B4C) is unknown color: approx Fern Green. HEX triplet: 50, 7B and 4C. RGB value is (80,123,76). Sum of RGB (Red+Green+Blue) = 80+123+76=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #507B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507B4C is #AF84B3. Grayscale: #686868. Windows color (decimal): -11502772 or 5012304. OLE color: 5012304.

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

Color convert

RGB8012376-
CMYK0.3500.380.52
HSL114.89º23.62%39.02%-
HSV(B)114.89º38.21%48.24%-
XYZ11.716.399.39-
YUV104.78111.75110.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=28.67%
G=44.09%
B=27.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80123760.3500.380.52114.8923.6239.02
Hex507B4C2302634731827
Octal12017311443046641633047
Binary1010000111101110011001000110100110110100111001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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