#508041

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

Shades of Fern Green #508041

Tints of Fern Green #508041

Color information

#508041 (or 0x508041) is unknown color: approx Fern Green. HEX triplet: 50, 80 and 41. RGB value is (80,128,65). Sum of RGB (Red+Green+Blue) = 80+128+65=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #508041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508041 is #AF7FBE. Grayscale: #6A6A6A. Windows color (decimal): -11501503 or 4292688. OLE color: 4292688.

HSL color Cylindrical-coordinate representation of color #508041: hue angle of 105.71º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #508041 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB8012865-
CMYK0.3800.490.50
HSL105.71º32.64%37.84%-
HSV(B)105.71º49.22%50.2%-
XYZ11.9817.537.75-
YUV106.47104.6109.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 128 (50.39% from 255) = 46.89%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=29.30%
G=46.89%
B=23.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80128650.3800.490.50105.7132.6437.84
Hex50804126031326a2126
Octal12020010146061621524146
Binary101000010000000100000110011001100011100101101010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508041; }

 p { color: rgb(80,128,65); }

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

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

 a { background-color: rgb(80,128,65); }

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

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

 span { border-color: rgb(80,128,65); }

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