#508035

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

Shades of Fern Green #508035

Tints of Fern Green #508035

Color information

#508035 (or 0x508035) is unknown color: approx Fern Green. HEX triplet: 50, 80 and 35. RGB value is (80,128,53). Sum of RGB (Red+Green+Blue) = 80+128+53=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #508035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508035 is #AF7FCA. Grayscale: #696969. Windows color (decimal): -11501515 or 3506256. OLE color: 3506256.

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

Color convert

RGB8012853-
CMYK0.3800.590.50
HSL98.4º41.44%35.49%-
HSV(B)98.4º58.59%50.2%-
XYZ11.6717.46.11-
YUV105.198.6110.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.65%
GREEN value IS 128 (50.39% from 255) = 49.04%
BLUE value IS 53 (21.09% from 255) = 20.31%
R=30.65%
G=49.04%
B=20.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80128530.3800.590.5098.441.4435.49
Hex5080352603B32622923
Octal1202006546073621425143
Binary10100001000000011010110011001110111100101100010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508035; }

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

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

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

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

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

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

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

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