#508645

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

Shades of Fern Green #508645

Tints of Fern Green #508645

Color information

#508645 (or 0x508645) is unknown color: approx Fern Green. HEX triplet: 50, 86 and 45. RGB value is (80,134,69). Sum of RGB (Red+Green+Blue) = 80+134+69=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #508645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508645 is #AF79BA. Grayscale: #6E6E6E. Windows color (decimal): -11499963 or 4556368. OLE color: 4556368.

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

Color convert

RGB8013469-
CMYK0.4000.490.47
HSL109.85º32.02%39.8%-
HSV(B)109.85º48.51%52.55%-
XYZ12.9119.198.65-
YUV110.44104.61106.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 134 (52.73% from 255) = 47.35%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=28.27%
G=47.35%
B=24.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80134690.4000.490.47109.8532.0239.8
Hex508645280312F6e2028
Octal12020610550061571564050
Binary101000010000110100010110100001100011011111101110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508645; }

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

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

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

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

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

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

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

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