#508646

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

Shades of Fern Green #508646

Tints of Fern Green #508646

Color information

#508646 (or 0x508646) is unknown color: approx Fern Green. HEX triplet: 50, 86 and 46. RGB value is (80,134,70). Sum of RGB (Red+Green+Blue) = 80+134+70=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #508646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508646 is #AF79B9. Grayscale: #6E6E6E. Windows color (decimal): -11499962 or 4621904. OLE color: 4621904.

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

Color convert

RGB8013470-
CMYK0.4000.480.47
HSL110.62º31.37%40%-
HSV(B)110.62º47.76%52.55%-
XYZ12.9419.28.82-
YUV110.56105.11106.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 134 (52.73% from 255) = 47.18%
BLUE value IS 70 (27.73% from 255) = 24.65%
R=28.17%
G=47.18%
B=24.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80134700.4000.480.47110.6231.3740
Hex508646280302F6f1f28
Octal12020610650060571573750
Binary10100001000011010001101010000110000101111110111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508646; }

 p { color: rgb(80,134,70); }

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

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

 a { background-color: rgb(80,134,70); }

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

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

 span { border-color: rgb(80,134,70); }

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