#508D3D

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

Shades of Fern Green #508D3D

Tints of Fern Green #508D3D

Color information

#508D3D (or 0x508D3D) is unknown color: approx Fern Green. HEX triplet: 50, 8D and 3D. RGB value is (80,141,61). Sum of RGB (Red+Green+Blue) = 80+141+61=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #508D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D3D is #AF72C2. Grayscale: #717171. Windows color (decimal): -11498179 or 4033872. OLE color: 4033872.

HSL color Cylindrical-coordinate representation of color #508D3D: hue angle of 105.75º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508D3D is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB8014161-
CMYK0.4300.570.45
HSL105.75º39.6%39.61%-
HSV(B)105.75º56.74%55.29%-
XYZ13.6821.097.77-
YUV113.6498.29104-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.37%
GREEN value IS 141 (55.47% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 21.63%
R=28.37%
G=50%
B=21.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80141610.4300.570.45105.7539.639.61
Hex508D3D2B0392D6a2828
Octal1202157553071551525050
Binary10100001000110111110110101101110011011011101010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508D3D; }

 p { color: rgb(80,141,61); }

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

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

 a { background-color: rgb(80,141,61); }

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

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

 span { border-color: rgb(80,141,61); }

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