#508539

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

Shades of Fern Green #508539

Tints of Fern Green #508539

Color information

#508539 (or 0x508539) is unknown color: approx Fern Green. HEX triplet: 50, 85 and 39. RGB value is (80,133,57). Sum of RGB (Red+Green+Blue) = 80+133+57=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #508539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508539 is #AF7AC6. Grayscale: #6C6C6C. Windows color (decimal): -11500231 or 3769680. OLE color: 3769680.

HSL color Cylindrical-coordinate representation of color #508539: hue angle of 101.84º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508539 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB8013357-
CMYK0.4000.570.48
HSL101.84º40%37.25%-
HSV(B)101.84º57.14%52.16%-
XYZ12.4318.786.84-
YUV108.4998.94107.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=29.63%
G=49.26%
B=21.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133570.4000.570.48101.844037.25
Hex5085392803930662825
Octal1202057150071601465045
Binary10100001000010111100110100001110011100001100110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508539; }

 p { color: rgb(80,133,57); }

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

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

 a { background-color: rgb(80,133,57); }

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

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

 span { border-color: rgb(80,133,57); }

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