#507E43

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

Shades of Fern Green #507E43

Tints of Fern Green #507E43

Color information

#507E43 (or 0x507E43) is unknown color: approx Fern Green. HEX triplet: 50, 7E and 43. RGB value is (80,126,67). Sum of RGB (Red+Green+Blue) = 80+126+67=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 126 - color contains mainly: green. Hex color #507E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507E43 is #AF81BC. Grayscale: #696969. Windows color (decimal): -11502013 or 4423248. OLE color: 4423248.

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

Color convert

RGB8012667-
CMYK0.3700.470.51
HSL106.78º30.57%37.84%-
HSV(B)106.78º46.83%49.41%-
XYZ11.7817.037.98-
YUV105.52106.26109.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 126 (49.61% from 255) = 46.15%
BLUE value IS 67 (26.56% from 255) = 24.54%
R=29.30%
G=46.15%
B=24.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80126670.3700.470.51106.7830.5737.84
Hex507E432502F336b1f26
Octal12017610345057631533746
Binary1010000111111010000111001010101111110011110101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,126,67); }

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

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

 a { background-color: rgb(80,126,67); }

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

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

 span { border-color: rgb(80,126,67); }

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