#508C3F

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

Shades of Fern Green #508C3F

Tints of Fern Green #508C3F

Color information

#508C3F (or 0x508C3F) is unknown color: approx Fern Green. HEX triplet: 50, 8C and 3F. RGB value is (80,140,63). Sum of RGB (Red+Green+Blue) = 80+140+63=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 140 (55.08% from 255 or 49.47% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 140 - color contains mainly: green. Hex color #508C3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508C3F is #AF73C0. Grayscale: #717171. Windows color (decimal): -11498433 or 4164688. OLE color: 4164688.

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

Color convert

RGB8014063-
CMYK0.4300.550.45
HSL106.75º37.93%39.8%-
HSV(B)106.75º55%54.9%-
XYZ13.5820.828.01-
YUV113.2899.62104.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 140 (55.08% from 255) = 49.47%
BLUE value IS 63 (25% from 255) = 22.26%
R=28.27%
G=49.47%
B=22.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80140630.4300.550.45106.7537.9339.8
Hex508C3F2B0372D6b2628
Octal1202147753067551534650
Binary10100001000110011111110101101101111011011101011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,140,63); }

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

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

 a { background-color: rgb(80,140,63); }

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

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

 span { border-color: rgb(80,140,63); }

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