#508A3F

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

Shades of Fern Green #508A3F

Tints of Fern Green #508A3F

Color information

#508A3F (or 0x508A3F) is unknown color: approx Fern Green. HEX triplet: 50, 8A and 3F. RGB value is (80,138,63). Sum of RGB (Red+Green+Blue) = 80+138+63=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #508A3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508A3F is #AF75C0. Grayscale: #707070. Windows color (decimal): -11498945 or 4164176. OLE color: 4164176.

HSL color Cylindrical-coordinate representation of color #508A3F: hue angle of 106.4º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #508A3F is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB8013863-
CMYK0.4200.540.46
HSL106.4º37.31%39.41%-
HSV(B)106.4º54.35%54.12%-
XYZ13.2920.247.91-
YUV112.11100.28105.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 138 (54.30% from 255) = 49.11%
BLUE value IS 63 (25% from 255) = 22.42%
R=28.47%
G=49.11%
B=22.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80138630.4200.540.46106.437.3139.41
Hex508A3F2A0362E6a2527
Octal1202127752066561524547
Binary10100001000101011111110101001101101011101101010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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