#508840

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

Shades of Fern Green #508840

Tints of Fern Green #508840

Color information

#508840 (or 0x508840) is unknown color: approx Fern Green. HEX triplet: 50, 88 and 40. RGB value is (80,136,64). Sum of RGB (Red+Green+Blue) = 80+136+64=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #508840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508840 is #AF77BF. Grayscale: #6F6F6F. Windows color (decimal): -11499456 or 4229200. OLE color: 4229200.

HSL color Cylindrical-coordinate representation of color #508840: hue angle of 106.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #508840 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB8013664-
CMYK0.4100.530.47
HSL106.67º36%39.22%-
HSV(B)106.67º52.94%53.33%-
XYZ13.0419.687.96-
YUV111.05101.45105.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 136 (53.52% from 255) = 48.57%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=28.57%
G=48.57%
B=22.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80136640.4100.530.47106.673639.22
Hex508840290352F6b2427
Octal12021010051065571534447
Binary101000010001000100000010100101101011011111101011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508840; }

 p { color: rgb(80,136,64); }

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

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

 a { background-color: rgb(80,136,64); }

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

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

 span { border-color: rgb(80,136,64); }

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