#508938

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

Shades of Fern Green #508938

Tints of Fern Green #508938

Color information

#508938 (or 0x508938) is unknown color: approx Fern Green. HEX triplet: 50, 89 and 38. RGB value is (80,137,56). Sum of RGB (Red+Green+Blue) = 80+137+56=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #508938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508938 is #AF76C7. Grayscale: #6E6E6E. Windows color (decimal): -11499208 or 3705168. OLE color: 3705168.

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

Color convert

RGB8013756-
CMYK0.4200.590.46
HSL102.22º41.97%37.84%-
HSV(B)102.22º59.12%53.73%-
XYZ12.9719.886.9-
YUV110.7297.12106.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 137 (53.91% from 255) = 50.18%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=29.30%
G=50.18%
B=20.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137560.4200.590.46102.2241.9737.84
Hex5089382A03B2E662a26
Octal1202117052073561465246
Binary10100001000100111100010101001110111011101100110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508938; }

 p { color: rgb(80,137,56); }

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

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

 a { background-color: rgb(80,137,56); }

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

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

 span { border-color: rgb(80,137,56); }

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