#508037

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

Shades of Fern Green #508037

Tints of Fern Green #508037

Color information

#508037 (or 0x508037) is unknown color: approx Fern Green. HEX triplet: 50, 80 and 37. RGB value is (80,128,55). Sum of RGB (Red+Green+Blue) = 80+128+55=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #508037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508037 is #AF7FC8. Grayscale: #696969. Windows color (decimal): -11501513 or 3637328. OLE color: 3637328.

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

Color convert

RGB8012855-
CMYK0.3800.570.50
HSL99.45º39.89%35.88%-
HSV(B)99.45º57.03%50.2%-
XYZ11.7217.426.36-
YUV105.3399.6109.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 128 (50.39% from 255) = 48.67%
BLUE value IS 55 (21.88% from 255) = 20.91%
R=30.42%
G=48.67%
B=20.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80128550.3800.570.5099.4539.8935.88
Hex5080372603932632824
Octal1202006746071621435044
Binary10100001000000011011110011001110011100101100011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508037; }

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

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

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

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

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

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

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

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