#508038

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

Shades of Fern Green #508038

Tints of Fern Green #508038

Color information

#508038 (or 0x508038) is unknown color: approx Fern Green. HEX triplet: 50, 80 and 38. RGB value is (80,128,56). Sum of RGB (Red+Green+Blue) = 80+128+56=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #508038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508038 is #AF7FC7. Grayscale: #696969. Windows color (decimal): -11501512 or 3702864. OLE color: 3702864.

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

Color convert

RGB8012856-
CMYK0.3800.560.50
HSL100º39.13%36.08%-
HSV(B)100º56.25%50.2%-
XYZ11.7417.436.49-
YUV105.44100.1109.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 128 (50.39% from 255) = 48.48%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=30.30%
G=48.48%
B=21.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80128560.3800.560.5010039.1336.08
Hex5080382603832642724
Octal1202007046070621444744
Binary10100001000000011100010011001110001100101100100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508038; }

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

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

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

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

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

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

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

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