#507943

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

Shades of Fern Green #507943

Tints of Fern Green #507943

Color information

#507943 (or 0x507943) is unknown color: approx Fern Green. HEX triplet: 50, 79 and 43. RGB value is (80,121,67). Sum of RGB (Red+Green+Blue) = 80+121+67=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #507943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507943 is #AF86BC. Grayscale: #666666. Windows color (decimal): -11503293 or 4421968. OLE color: 4421968.

HSL color Cylindrical-coordinate representation of color #507943: hue angle of 105.56º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507943 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB8012167-
CMYK0.3400.450.53
HSL105.56º28.72%36.86%-
HSV(B)105.56º44.63%47.45%-
XYZ11.1615.797.77-
YUV102.58107.92111.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 121 (47.66% from 255) = 45.15%
BLUE value IS 67 (26.56% from 255) = 25%
R=29.85%
G=45.15%
B=25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121670.3400.450.53105.5628.7236.86
Hex5079432202D356a1d25
Octal12017110342055651523545
Binary1010000111100110000111000100101101110101110101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507943; }

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

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

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

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

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

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

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

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