#508649

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

Shades of Fern Green #508649

Tints of Fern Green #508649

Color information

#508649 (or 0x508649) is unknown color: approx Fern Green. HEX triplet: 50, 86 and 49. RGB value is (80,134,73). Sum of RGB (Red+Green+Blue) = 80+134+73=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #508649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508649 is #AF79B6. Grayscale: #6F6F6F. Windows color (decimal): -11499959 or 4818512. OLE color: 4818512.

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

Color convert

RGB8013473-
CMYK0.4000.460.47
HSL113.11º29.47%40.59%-
HSV(B)113.11º45.52%52.55%-
XYZ13.0419.249.33-
YUV110.9106.61105.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=27.87%
G=46.69%
B=25.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80134730.4000.460.47113.1129.4740.59
Hex5086492802E2F711d29
Octal12020611150056571613551
Binary10100001000011010010011010000101110101111111000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508649; }

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

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

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

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

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

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

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

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