#508436

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

Shades of Fern Green #508436

Tints of Fern Green #508436

Color information

#508436 (or 0x508436) is unknown color: approx Fern Green. HEX triplet: 50, 84 and 36. RGB value is (80,132,54). Sum of RGB (Red+Green+Blue) = 80+132+54=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #508436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508436 is #AF7BC9. Grayscale: #6B6B6B. Windows color (decimal): -11500490 or 3572816. OLE color: 3572816.

HSL color Cylindrical-coordinate representation of color #508436: hue angle of 100º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #508436 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB8013254-
CMYK0.3900.590.48
HSL100º41.94%36.47%-
HSV(B)100º59.09%51.76%-
XYZ12.2318.476.41-
YUV107.5697.77108.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 132 (51.95% from 255) = 49.62%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=30.08%
G=49.62%
B=20.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132540.3900.590.4810041.9436.47
Hex5084362703B30642a24
Octal1202046647073601445244
Binary10100001000010011011010011101110111100001100100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508436; }

 p { color: rgb(80,132,54); }

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

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

 a { background-color: rgb(80,132,54); }

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

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

 span { border-color: rgb(80,132,54); }

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